◆ ComplexNameControl()
org.turro.contacts.name.ComplexNameControl.ComplexNameControl |
( |
| ) |
|
◆ onFormal()
void org.turro.contacts.name.ComplexNameControl.onFormal |
( |
| ) |
|
Definition at line 59 of file ComplexNameControl.java.
61 Events.postEvent(
new Event(Events.ON_CHANGE,
this));
void setFormal(String formal)
◆ onFull()
void org.turro.contacts.name.ComplexNameControl.onFull |
( |
| ) |
|
Definition at line 46 of file ComplexNameControl.java.
48 entity.
setName(full.getValue());
49 Events.postEvent(
new Event(Events.ON_CHANGE,
this));
void setFull(String full)
◆ onGuess()
void org.turro.contacts.name.ComplexNameControl.onGuess |
( |
| ) |
|
Definition at line 65 of file ComplexNameControl.java.
72 Events.postEvent(
new Event(Events.ON_CHANGE,
this));
void guessFrom(String name, boolean entity)
◆ onInformal()
void org.turro.contacts.name.ComplexNameControl.onInformal |
( |
| ) |
|
Definition at line 53 of file ComplexNameControl.java.
55 Events.postEvent(
new Event(Events.ON_CHANGE,
this));
void setInformal(String informal)
◆ onPageAttached()
void org.turro.contacts.name.ComplexNameControl.onPageAttached |
( |
Page |
newpage, |
|
|
Page |
oldpage |
|
) |
| |
Definition at line 88 of file ComplexNameControl.java.
89 super.onPageAttached(newpage, oldpage);
90 Executions.createComponents(
"/WEB-INF/_zul/bs/comps/contact/complexNameControl.zul",
this,
null);
91 Selectors.wireComponents(
this,
this,
false);
92 Selectors.wireEventListeners(
this,
this);
◆ setEntity()
void org.turro.contacts.name.ComplexNameControl.setEntity |
( |
Contact |
entity | ) |
|
The documentation for this class was generated from the following file: