

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 () | |
| V | 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 |
Definition at line 29 of file OccurrenceCombobox.java.
| String org.turro.occurrence.OccurrenceCombobox.getTextFromObject | ( | String | value | ) |
Definition at line 39 of file OccurrenceCombobox.java.
| void org.turro.occurrence.OccurrenceCombobox.populateList | ( | String | value, |
| LinkedList | list, | ||
| int | nRows | ||
| ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 32 of file OccurrenceCombobox.java.