

Public Member Functions | |
| void | populateList (String value, LinkedList list, int nRows) |
| String | getTextFromObject (Customer 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 15 of file CustomerCombobox.java.
| String org.turro.crm.zul.customer.CustomerCombobox.getTextFromObject | ( | Customer | value | ) |
| void org.turro.crm.zul.customer.CustomerCombobox.populateList | ( | String | value, |
| LinkedList | list, | ||
| int | nRows | ||
| ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 18 of file CustomerCombobox.java.
