- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 47 of file Duplicates.java.
◆ Duplicates()
org.turro.contacts.zul.proposal.Duplicates.Duplicates |
( |
Contact |
contact | ) |
|
Definition at line 56 of file Duplicates.java.
57 this.contact = contact;
59 setTitle(I_.get(
"Posibles duplicates"));
61 Executions.createComponents(
"/WEB-INF/_zul/contact/duplicates.zul",
this,
null);
62 Selectors.wireComponents(
this,
this,
false);
63 Selectors.wireEventListeners(
this,
this);
64 Framework.getCurrent().appendChild(
this);
◆ canSave()
boolean org.turro.contacts.zul.proposal.Duplicates.canSave |
( |
| ) |
|
◆ checkIt()
void org.turro.contacts.zul.proposal.Duplicates.checkIt |
( |
| ) |
|
Definition at line 80 of file Duplicates.java.
86 save.setLabel(I_.get(
"Confirm saving"));
88 save.setVisible(
false);
90 cancel.setLabel(I_.get(
"Cancel"));
◆ onCancel()
void org.turro.contacts.zul.proposal.Duplicates.onCancel |
( |
| ) |
|
Definition at line 100 of file Duplicates.java.
102 Events.postEvent(
new Event(Events.ON_CLOSE,
this));
◆ onSave()
void org.turro.contacts.zul.proposal.Duplicates.onSave |
( |
| ) |
|
Definition at line 94 of file Duplicates.java.
96 Events.postEvent(
new Event(Events.ON_CLOSE,
this));
◆ saveNow()
boolean org.turro.contacts.zul.proposal.Duplicates.saveNow |
( |
| ) |
|
Definition at line 67 of file Duplicates.java.
68 proposal =
new ContactProposal(contact, !Strings.isBlank(contact.
getId()));
The documentation for this class was generated from the following file: