BrightSide Workbench Full Report + Source Code
org.turro.alliance.model.CategoryCombobox Class Reference
Inheritance diagram for org.turro.alliance.model.CategoryCombobox:
Collaboration diagram for org.turro.alliance.model.CategoryCombobox:

Public Member Functions

 CategoryCombobox ()
 
String getTextFromObject (AxCategory value)
 
- Public Member Functions inherited from org.turro.jpa.input.JpaCombobox< V >
 JpaCombobox ()
 
 JpaCombobox (Dao dao, String query)
 
 JpaCombobox (Dao dao, WhereClause wc)
 
Dao getDao ()
 
void setDao (Dao dao)
 
String getQuery ()
 
void setQuery (String query)
 
void populateList (String value, LinkedList list, int nRows)
 
- 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

Constructor & Destructor Documentation

◆ CategoryCombobox()

org.turro.alliance.model.CategoryCombobox.CategoryCombobox ( )

Definition at line 31 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/model/CategoryCombobox.java.

31  {
32  super(new AlliancePU(), "select c from AxCategory c");
33  }

Member Function Documentation

◆ getTextFromObject()

String org.turro.alliance.model.CategoryCombobox.getTextFromObject ( AxCategory  value)

Definition at line 36 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/model/CategoryCombobox.java.

36  {
37  return value.getPathName();
38  }
Here is the call graph for this function:

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