BrightSide Workbench Full Report + Source Code
org.turro.contacts.service.ServiceThematicCombobox Class Reference
Inheritance diagram for org.turro.contacts.service.ServiceThematicCombobox:
Collaboration diagram for org.turro.contacts.service.ServiceThematicCombobox:

Public Member Functions

 ServiceThematicCombobox ()
 
- Public Member Functions inherited from org.turro.jpa.input.JpaLabelCombobox< V >
 JpaLabelCombobox (Dao dao, WhereClause wc, List< String > defaultValues)
 
void setParameters (Object[] parameters)
 
void setDefaultValues (List< String > defaultValues)
 
void populateList (String value, LinkedList list, int nRows)
 
String getTextFromObject (V 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)
 
- 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 ()
 
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 29 of file ServiceThematicCombobox.java.

Constructor & Destructor Documentation

◆ ServiceThematicCombobox()

org.turro.contacts.service.ServiceThematicCombobox.ServiceThematicCombobox ( )

Definition at line 31 of file ServiceThematicCombobox.java.

31  {
32  super(new ContactsPU(), getWhereClause(), ServiceContext.getServiceThematicList());
33  }
Here is the call graph for this function:

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