◆ getContact()
Contact org.turro.contacts.util.ContactCombobox.getContact |
( |
| ) |
|
◆ getIContact()
IContact org.turro.contacts.util.ContactCombobox.getIContact |
( |
| ) |
|
Definition at line 58 of file ContactCombobox.java.
60 IContact c = Contacts.getEmpty();
61 c.setContact(contact);
◆ getIdContact()
String org.turro.contacts.util.ContactCombobox.getIdContact |
( |
| ) |
|
◆ getTextFromObject()
String org.turro.contacts.util.ContactCombobox.getTextFromObject |
( |
Contact |
value | ) |
|
◆ populateList()
void org.turro.contacts.util.ContactCombobox.populateList |
( |
String |
value, |
|
|
LinkedList |
list, |
|
|
int |
nRows |
|
) |
| |
Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.
Definition at line 82 of file ContactCombobox.java.
84 KeyValueMap kvm =
new KeyValueMap(!Strings.isBlank(role) ?
"role=" + role :
"");
85 ContactEntities ce =
new ContactEntities();
86 list.addAll(ce.getEntitites(
"contact", value, nRows, kvm));
87 }
catch (ParserException ex) {
88 Logger.getLogger(ContactCombobox.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(
null), ex);
◆ setContact()
void org.turro.contacts.util.ContactCombobox.setContact |
( |
Contact |
contact | ) |
|
◆ setIContact()
void org.turro.contacts.util.ContactCombobox.setIContact |
( |
IContact |
iContact | ) |
|
◆ setIdContact()
void org.turro.contacts.util.ContactCombobox.setIdContact |
( |
String |
idContact | ) |
|
◆ setOnlyUsers()
void org.turro.contacts.util.ContactCombobox.setOnlyUsers |
( |
boolean |
onlyUsers | ) |
|
◆ setRole()
void org.turro.contacts.util.ContactCombobox.setRole |
( |
String |
role | ) |
|
The documentation for this class was generated from the following file: