

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 bsfinancials-www/src/main/java/org/turro/financials/contract/HumanResourceCombobox.java.
| String org.turro.financials.contract.HumanResourceCombobox.getTextFromObject | ( | Contract | value | ) |
Definition at line 68 of file bsfinancials-www/src/main/java/org/turro/financials/contract/HumanResourceCombobox.java.

| boolean org.turro.financials.contract.HumanResourceCombobox.isOnlyActive | ( | ) |
Definition at line 37 of file bsfinancials-www/src/main/java/org/turro/financials/contract/HumanResourceCombobox.java.
| void org.turro.financials.contract.HumanResourceCombobox.populateList | ( | String | value, |
| LinkedList | list, | ||
| int | nRows | ||
| ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 46 of file bsfinancials-www/src/main/java/org/turro/financials/contract/HumanResourceCombobox.java.

| void org.turro.financials.contract.HumanResourceCombobox.setOnlyActive | ( | boolean | onlyActive | ) |
Definition at line 41 of file bsfinancials-www/src/main/java/org/turro/financials/contract/HumanResourceCombobox.java.