

Public Member Functions | |
| boolean | isOnlyActive () |
| void | setOnlyActive (boolean onlyActive) |
| long | getContractId () |
| void | setContractId (long contractId) |
| void | populateList (String value, LinkedList list, int nRows) |
| String | getTextFromObject (Resource 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 34 of file ResourceCombobox.java.
| long org.turro.erp.resource.ResourceCombobox.getContractId | ( | ) |
Definition at line 47 of file ResourceCombobox.java.
| String org.turro.erp.resource.ResourceCombobox.getTextFromObject | ( | Resource | value | ) |
| boolean org.turro.erp.resource.ResourceCombobox.isOnlyActive | ( | ) |
Definition at line 39 of file ResourceCombobox.java.
| void org.turro.erp.resource.ResourceCombobox.populateList | ( | String | value, |
| LinkedList | list, | ||
| int | nRows | ||
| ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 56 of file ResourceCombobox.java.

| void org.turro.erp.resource.ResourceCombobox.setContractId | ( | long | contractId | ) |
Definition at line 51 of file ResourceCombobox.java.
| void org.turro.erp.resource.ResourceCombobox.setOnlyActive | ( | boolean | onlyActive | ) |
Definition at line 43 of file ResourceCombobox.java.