

Public Member Functions | |
| boolean | isOnlyActive () |
| void | setOnlyActive (boolean onlyActive) |
| void | populateList (String value, LinkedList list, int nRows) |
| String | getTextFromObject (Contract 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 33 of file ProviderCombobox.java.
| String org.turro.financials.contract.ProviderCombobox.getTextFromObject | ( | Contract | value | ) |
| boolean org.turro.financials.contract.ProviderCombobox.isOnlyActive | ( | ) |
Definition at line 37 of file ProviderCombobox.java.
| void org.turro.financials.contract.ProviderCombobox.populateList | ( | String | value, |
| LinkedList | list, | ||
| int | nRows | ||
| ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 46 of file ProviderCombobox.java.

| void org.turro.financials.contract.ProviderCombobox.setOnlyActive | ( | boolean | onlyActive | ) |
Definition at line 41 of file ProviderCombobox.java.