4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.web.SelectAT Class Reference

Backbean for page with selection of type of annotation. More...

Inheritance diagram for cz.vutbr.fit.knot.annotations.web.SelectAT:
Inheritance graph
Collaboration diagram for cz.vutbr.fit.knot.annotations.web.SelectAT:
Collaboration graph

Public Member Functions

 SelectAT ()
 
String actionSelect (Integer id)
 
String btnCancelAction ()
 
AnnotType getSelType ()
 
void setSelType (AnnotType selType)
 
AnnotType getAnnotTS ()
 
List< AnnotTypegetNodeChildren ()
 
boolean getNodeHasChildren ()
 

Package Attributes

String retToPage = null
 

Private Attributes

UserGroup selGroup = null
 
AnnotType selType = null
 

Detailed Description

Backbean for page with selection of type of annotation.

Backbean for page with selection of type of annotation

Author
idytrych

Definition at line 40 of file SelectAT.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.web.SelectAT.SelectAT ( )

Constructor

Definition at line 60 of file SelectAT.java.

Member Function Documentation

String cz.vutbr.fit.knot.annotations.web.SelectAT.actionSelect ( Integer  id)

Action listener for select links in table

Parameters
idId of selected type of annotation
Returns
Returns page outcome (identificator of next page or null to stay here)

Definition at line 69 of file SelectAT.java.

String cz.vutbr.fit.knot.annotations.web.SelectAT.btnCancelAction ( )

Action listener for cancel button

Returns
Returns page outcome (identificator of previous page)

Definition at line 95 of file SelectAT.java.

AnnotType cz.vutbr.fit.knot.annotations.web.SelectAT.getAnnotTS ( )

Gets content of auxiliary variable with actual node for TreeTable

Returns
Returns actual node of tree

Definition at line 123 of file SelectAT.java.

List<AnnotType> cz.vutbr.fit.knot.annotations.web.SelectAT.getNodeChildren ( )

Gets children of actual node in TreeTable

Returns
Returns children of actual node

Definition at line 133 of file SelectAT.java.

boolean cz.vutbr.fit.knot.annotations.web.SelectAT.getNodeHasChildren ( )

Returns, whether actuall node in tree has children

Returns
If actual node has children, returns true, false otherwise

Definition at line 219 of file SelectAT.java.

AnnotType cz.vutbr.fit.knot.annotations.web.SelectAT.getSelType ( )

Gets selected type of annotation

Returns
Returns selected type of annotation

Definition at line 105 of file SelectAT.java.

void cz.vutbr.fit.knot.annotations.web.SelectAT.setSelType ( AnnotType  selType)

Sets selected type of annotation

Parameters
selTypeSelected type of annotation

Definition at line 114 of file SelectAT.java.

Member Data Documentation

String cz.vutbr.fit.knot.annotations.web.SelectAT.retToPage = null
package

Identificator of page from which user come (to which return after selection)

Definition at line 55 of file SelectAT.java.

UserGroup cz.vutbr.fit.knot.annotations.web.SelectAT.selGroup = null
private

Selected user group

Definition at line 45 of file SelectAT.java.

AnnotType cz.vutbr.fit.knot.annotations.web.SelectAT.selType = null
private

Selected type of annotation

Definition at line 50 of file SelectAT.java.


The documentation for this class was generated from the following file: