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

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

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

Public Member Functions

 TypeSelect ()
 
Integer getSelectedId ()
 
void setSelectedId (Integer selectedId)
 
AnnotType getSelType ()
 
void setSelType (AnnotType selType)
 
List< UserGroupgetGroups ()
 
String btnSelectGroupAction ()
 
List< AnnotTypegetNodeChildren ()
 
boolean getNodeHasChildren ()
 
String btnSelectAction ()
 
String btnCancelAction ()
 

Private Attributes

Integer selectedId = null
 
AnnotType selType = null
 

Detailed Description

Backbean for page with selection of annotation type.

Backbean for page with selection of annotation type

Author
xpetrm05

Definition at line 40 of file TypeSelect.java.

Constructor & Destructor Documentation

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

Constructor

Definition at line 55 of file TypeSelect.java.

Member Function Documentation

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

Action listener for cancel button

Returns
Returns page outcome

Definition at line 249 of file TypeSelect.java.

Here is the call graph for this function:

String cz.vutbr.fit.knot.annotations.web.TypeSelect.btnSelectAction ( )

Action listener for select button

Returns
Returns page outcome

Definition at line 233 of file TypeSelect.java.

Here is the call graph for this function:

String cz.vutbr.fit.knot.annotations.web.TypeSelect.btnSelectGroupAction ( )

Definition at line 106 of file TypeSelect.java.

List<UserGroup> cz.vutbr.fit.knot.annotations.web.TypeSelect.getGroups ( )

Gets list of all users groups

Returns
Returns list of all users group

Definition at line 99 of file TypeSelect.java.

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

Definition at line 110 of file TypeSelect.java.

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

Returns, whether actuall node in tree has children

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

Definition at line 193 of file TypeSelect.java.

Integer cz.vutbr.fit.knot.annotations.web.TypeSelect.getSelectedId ( )

Gets id of selected group

Returns
Returns selected type of annotation

Definition at line 63 of file TypeSelect.java.

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

Gets selected anotation type

Returns
Returns selected type of annotation

Definition at line 81 of file TypeSelect.java.

void cz.vutbr.fit.knot.annotations.web.TypeSelect.setSelectedId ( Integer  selectedId)

Sets id of selected group

Parameters
selectedIdId of selected group

Definition at line 72 of file TypeSelect.java.

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

Sets selected anotation type

Parameters
selTypeSelected type of annotation

Definition at line 90 of file TypeSelect.java.

Member Data Documentation

Integer cz.vutbr.fit.knot.annotations.web.TypeSelect.selectedId = null
private

Selected group ID

Definition at line 45 of file TypeSelect.java.

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

Selected type of annotation

Definition at line 50 of file TypeSelect.java.


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