- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file PublishGroup.java.
◆ afterCompose()
void org.turro.contacts.profile.PublishGroup.afterCompose |
( |
| ) |
|
Definition at line 51 of file PublishGroup.java.
53 ProfilePolicies pp =
new ProfilePolicies(contact);
54 select(pp.getPolicy(relation, element));
55 addEventListener(Events.ON_CHECK, (event) -> {
56 Radio radio = getSelectedItem();
57 ProfilePolicies policies = new ProfilePolicies(contact);
58 PublishPolicy policy = PublishPolicy.valueOf(radio.getValue());
59 policies.setPolicy(relation == null ? contact : relation.getRelation(), element, policy);
◆ setContact()
void org.turro.contacts.profile.PublishGroup.setContact |
( |
Contact |
contact | ) |
|
◆ setElement()
void org.turro.contacts.profile.PublishGroup.setElement |
( |
String |
element | ) |
|
◆ setRelation()
void org.turro.contacts.profile.PublishGroup.setRelation |
( |
ProfileRelation |
relation | ) |
|
The documentation for this class was generated from the following file: