

Public Member Functions | |
| 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 () | |
| V | 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 |
Definition at line 32 of file JpaLabelCombobox.java.
| org.turro.jpa.input.JpaLabelCombobox< V >.JpaLabelCombobox | ( | Dao | dao, |
| WhereClause | wc, | ||
| List< String > | defaultValues | ||
| ) |
Definition at line 37 of file JpaLabelCombobox.java.
| String org.turro.jpa.input.JpaLabelCombobox< V >.getTextFromObject | ( | V | value | ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 60 of file JpaLabelCombobox.java.

| void org.turro.jpa.input.JpaLabelCombobox< V >.populateList | ( | String | value, |
| LinkedList | list, | ||
| int | nRows | ||
| ) |
Reimplemented from org.turro.jpa.input.JpaCombobox< V >.
Definition at line 51 of file JpaLabelCombobox.java.
| void org.turro.jpa.input.JpaLabelCombobox< V >.setDefaultValues | ( | List< String > | defaultValues | ) |
Definition at line 46 of file JpaLabelCombobox.java.
| void org.turro.jpa.input.JpaLabelCombobox< V >.setParameters | ( | Object[] | parameters | ) |
Definition at line 42 of file JpaLabelCombobox.java.