

Public Member Functions | |
| IContact | getContact () |
| void | setContact (IContact contact) |
| boolean | isAllowSelf () |
| void | setAllowSelf (boolean allowSelf) |
| void | populateList (String value, LinkedList list, int nRows) |
| String | getTextFromObject (IContact 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 29 of file CoworkerCombobox.java.
| IContact org.turro.contacts.CoworkerCombobox.getContact | ( | ) |
Definition at line 34 of file CoworkerCombobox.java.
| String org.turro.contacts.CoworkerCombobox.getTextFromObject | ( | IContact | value | ) |
| boolean org.turro.contacts.CoworkerCombobox.isAllowSelf | ( | ) |
Definition at line 43 of file CoworkerCombobox.java.
| void org.turro.contacts.CoworkerCombobox.populateList | ( | String | value, |
| LinkedList | list, | ||
| int | nRows | ||
| ) |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 52 of file CoworkerCombobox.java.

| void org.turro.contacts.CoworkerCombobox.setAllowSelf | ( | boolean | allowSelf | ) |
Definition at line 47 of file CoworkerCombobox.java.
| void org.turro.contacts.CoworkerCombobox.setContact | ( | IContact | contact | ) |
Definition at line 38 of file CoworkerCombobox.java.

