◆ RelationLayout()
org.turro.contacts.zul.relation.RelationLayout.RelationLayout |
( |
Contact |
contact | ) |
|
◆ fill()
void org.turro.contacts.zul.relation.RelationLayout.fill |
( |
| ) |
|
Definition at line 85 of file RelationLayout.java.
86 process(ContactRelations.getRelations(contact.
getId(), ContactRelations.MODE_ALL));
◆ fillContactInfo()
void org.turro.contacts.zul.relation.RelationLayout.fillContactInfo |
( |
| ) |
|
Definition at line 58 of file RelationLayout.java.
59 processContactInfo(ContactRelations.getRelations(contact.
getId(), ContactRelations.MODE_ALL));
◆ getIcon()
HtmlBasedComponent org.turro.contacts.zul.relation.RelationLayout.getIcon |
( |
boolean |
validated | ) |
|
Definition at line 129 of file RelationLayout.java.
131 a.setStyle(
"cursor:none;");
133 a.setIconSclass(
"z-icon-check");
135 a.setIconSclass(
"z-icon-times");
◆ hasContent()
boolean org.turro.contacts.zul.relation.RelationLayout.hasContent |
( |
| ) |
|
◆ setOnClick()
void org.turro.contacts.zul.relation.RelationLayout.setOnClick |
( |
Consumer< Contact > |
onClick | ) |
|
The documentation for this class was generated from the following file: