

Public Member Functions | |
| void | populateList (String value, LinkedList list, int nRows) |
| String | getTextFromObject (DocumentDefinition 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 DocumentDefinitionCombobox.java.
| String org.turro.financials.document.DocumentDefinitionCombobox.getTextFromObject | ( | DocumentDefinition | value | ) |
Definition at line 45 of file DocumentDefinitionCombobox.java.

| void org.turro.financials.document.DocumentDefinitionCombobox.populateList | ( | String | value, |
| LinkedList | list, | ||
| int | nRows | ||
| ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 34 of file DocumentDefinitionCombobox.java.
