

Public Member Functions | |
| boolean | isOnlyActive () |
| void | setOnlyActive (boolean onlyActive) |
| boolean | isSelectCurrent () |
| void | setSelectCurrent (boolean selectCurrent) |
| void | populateList (String value, LinkedList list, int nRows) |
| String | getTextFromObject (HumanResource value) |
| void | afterCompose () |
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 38 of file bserp-www/src/main/java/org/turro/erp/humanres/HumanResourceCombobox.java.
| void org.turro.erp.humanres.HumanResourceCombobox.afterCompose | ( | ) |
Definition at line 90 of file bserp-www/src/main/java/org/turro/erp/humanres/HumanResourceCombobox.java.

| String org.turro.erp.humanres.HumanResourceCombobox.getTextFromObject | ( | HumanResource | value | ) |
Definition at line 85 of file bserp-www/src/main/java/org/turro/erp/humanres/HumanResourceCombobox.java.

| boolean org.turro.erp.humanres.HumanResourceCombobox.isOnlyActive | ( | ) |
Definition at line 43 of file bserp-www/src/main/java/org/turro/erp/humanres/HumanResourceCombobox.java.
| boolean org.turro.erp.humanres.HumanResourceCombobox.isSelectCurrent | ( | ) |
Definition at line 51 of file bserp-www/src/main/java/org/turro/erp/humanres/HumanResourceCombobox.java.
| void org.turro.erp.humanres.HumanResourceCombobox.populateList | ( | String | value, |
| LinkedList | list, | ||
| int | nRows | ||
| ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 60 of file bserp-www/src/main/java/org/turro/erp/humanres/HumanResourceCombobox.java.

| void org.turro.erp.humanres.HumanResourceCombobox.setOnlyActive | ( | boolean | onlyActive | ) |
Definition at line 47 of file bserp-www/src/main/java/org/turro/erp/humanres/HumanResourceCombobox.java.
| void org.turro.erp.humanres.HumanResourceCombobox.setSelectCurrent | ( | boolean | selectCurrent | ) |
Definition at line 55 of file bserp-www/src/main/java/org/turro/erp/humanres/HumanResourceCombobox.java.