

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 31 of file InTouchNameCombobox.java.
| String org.turro.zul.intouch.InTouchNameCombobox.getTextFromObject | ( | String | value | ) |
Definition at line 44 of file InTouchNameCombobox.java.
| void org.turro.zul.intouch.InTouchNameCombobox.populateList | ( | String | value, |
| LinkedList | list, | ||
| int | nRows | ||
| ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 34 of file InTouchNameCombobox.java.
