- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 42 of file InTouchEdit.java.
◆ InTouchEdit()
org.turro.zul.intouch.InTouchEdit.InTouchEdit |
( |
Contact |
provider, |
|
|
InTouch |
inTouch |
|
) |
| |
Definition at line 54 of file InTouchEdit.java.
55 this.inTouch = inTouch;
57 setTitle(I_.get(
"In touch because"));
59 Executions.createComponents(
"/WEB-INF/_zul/contact/intouch.zul",
this,
null);
60 Selectors.wireComponents(
this,
this,
false);
61 Selectors.wireEventListeners(
this,
this);
62 Framework.getCurrent().appendChild(
this);
◆ onCancel()
void org.turro.zul.intouch.InTouchEdit.onCancel |
( |
| ) |
|
◆ onChangeAddress()
void org.turro.zul.intouch.InTouchEdit.onChangeAddress |
( |
| ) |
|
◆ onChangeContact()
void org.turro.zul.intouch.InTouchEdit.onChangeContact |
( |
| ) |
|
◆ onChangeControl()
void org.turro.zul.intouch.InTouchEdit.onChangeControl |
( |
| ) |
|
◆ onChangeDescription()
void org.turro.zul.intouch.InTouchEdit.onChangeDescription |
( |
| ) |
|
◆ onChangeName()
void org.turro.zul.intouch.InTouchEdit.onChangeName |
( |
| ) |
|
◆ onSave()
void org.turro.zul.intouch.InTouchEdit.onSave |
( |
| ) |
|
The documentation for this class was generated from the following file: