- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 31 of file CommentLabel.java.
◆ afterCompose()
void org.turro.contacts.zul.label.CommentLabel.afterCompose |
( |
| ) |
|
Definition at line 53 of file CommentLabel.java.
54 String lang = key +
"_" + Application.getUsedLocale().getLanguage();
57 if(!Strings.isBlank(c.getComment()) && c.getComment().startsWith(lang)) {
58 setValue(c.getComment().substring(lang.length()));
63 if(Strings.isBlank(getValue())) {
67 if(!Strings.isBlank(c.getComment()) && c.getComment().startsWith(lang)) {
68 setValue(c.getComment().substring(lang.length()));
◆ getContact()
Contact org.turro.contacts.zul.label.CommentLabel.getContact |
( |
| ) |
|
◆ getKey()
String org.turro.contacts.zul.label.CommentLabel.getKey |
( |
| ) |
|
◆ setContact()
void org.turro.contacts.zul.label.CommentLabel.setContact |
( |
Contact |
contact | ) |
|
◆ setKey()
void org.turro.contacts.zul.label.CommentLabel.setKey |
( |
String |
key | ) |
|
The documentation for this class was generated from the following file: