◆ ContactControl()
org.turro.contacts.util.ContactControl.ContactControl |
( |
| ) |
|
Definition at line 54 of file ContactControl.java.
55 Executions.createComponents(
"/WEB-INF/_zul/bs/comps/contact/contactControl.zul",
this,
null);
56 Selectors.wireComponents(
this,
this,
false);
57 Selectors.wireEventListeners(
this,
this);
◆ afterCompose()
void org.turro.contacts.util.ContactControl.afterCompose |
( |
| ) |
|
◆ contactChange()
void org.turro.contacts.util.ContactControl.contactChange |
( |
| ) |
|
Definition at line 61 of file ContactControl.java.
64 Events.postEvent(
new Event(Events.ON_CHANGE,
this));
◆ getContact()
Contact org.turro.contacts.util.ContactControl.getContact |
( |
| ) |
|
◆ getIContact()
IContact org.turro.contacts.util.ContactControl.getIContact |
( |
| ) |
|
◆ getIdContact()
String org.turro.contacts.util.ContactControl.getIdContact |
( |
| ) |
|
◆ isEnterprise()
boolean org.turro.contacts.util.ContactControl.isEnterprise |
( |
| ) |
|
◆ isReadOnly()
boolean org.turro.contacts.util.ContactControl.isReadOnly |
( |
| ) |
|
◆ setContact()
void org.turro.contacts.util.ContactControl.setContact |
( |
Contact |
contact | ) |
|
◆ setEnterprise()
void org.turro.contacts.util.ContactControl.setEnterprise |
( |
boolean |
enterprise | ) |
|
◆ setIContact()
void org.turro.contacts.util.ContactControl.setIContact |
( |
IContact |
contact | ) |
|
◆ setIdContact()
void org.turro.contacts.util.ContactControl.setIdContact |
( |
String |
idContact | ) |
|
Definition at line 97 of file ContactControl.java.
98 this.contact = Strings.isBlank(idContact) ? null :
99 new ContactsPU().find(Contact.class, idContact);
◆ setReadOnly()
void org.turro.contacts.util.ContactControl.setReadOnly |
( |
boolean |
readOnly | ) |
|
The documentation for this class was generated from the following file: