BrightSide Workbench Full Report + Source Code
org.turro.entities.EntityRootCombobox Class Reference
Inheritance diagram for org.turro.entities.EntityRootCombobox:
Collaboration diagram for org.turro.entities.EntityRootCombobox:

Public Member Functions

void populateList (String value, LinkedList list, int nRows)
 
String getTextFromObject (String value)
 
- Public Member Functions inherited from org.turro.zkoss.input.GenericCombobox< V >
 GenericCombobox ()
 
getObjectValue ()
 
void setObjectValue (V value)
 
boolean isAllowNotInModelValues ()
 
void setAllowNotInModelValues (boolean allowNotInModelValues)
 
void refreshModel ()
 
abstract String getTextFromObject (V value)
 
Object getRelatedEntity ()
 
void setRelatedEntity (Object relatedEntity)
 
void render (Comboitem item, Object data, int index) throws Exception
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file EntityRootCombobox.java.

Member Function Documentation

◆ getTextFromObject()

String org.turro.entities.EntityRootCombobox.getTextFromObject ( String  value)

Definition at line 37 of file EntityRootCombobox.java.

37  {
38  return value;
39  }

◆ populateList()

void org.turro.entities.EntityRootCombobox.populateList ( String  value,
LinkedList  list,
int  nRows 
)

Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.

Definition at line 31 of file EntityRootCombobox.java.

31  {
32  list.add("*");
33  list.addAll(Entities.getAllowedRoots());
34  }
Here is the call graph for this function:

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