BrightSide Workbench Full Report + Source Code
org.turro.dossier.grant.GrantSourceCombobox Class Reference
Inheritance diagram for org.turro.dossier.grant.GrantSourceCombobox:
Collaboration diagram for org.turro.dossier.grant.GrantSourceCombobox:

Public Member Functions

 GrantSourceCombobox ()
 
- 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 GrantSourceCombobox.java.

Constructor & Destructor Documentation

◆ GrantSourceCombobox()

org.turro.dossier.grant.GrantSourceCombobox.GrantSourceCombobox ( )

Definition at line 31 of file GrantSourceCombobox.java.

31  {
32  super(new DossierPU(), getWhereClause(), ProjectGrantContext.getProjectGrantSourceList());
33  }
Here is the call graph for this function:

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