- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 29 of file TipCell.java.
◆ TipCell()
org.turro.zkoss.label.TipCell.TipCell |
( |
String |
label, |
|
|
int |
maxChars |
|
) |
| |
Definition at line 31 of file TipCell.java.
void setMaxChars(int maxChars)
◆ setMaxChars()
void org.turro.zkoss.label.TipCell.setMaxChars |
( |
int |
maxChars | ) |
|
Definition at line 36 of file TipCell.java.
37 setTooltiptext(getLabel());
38 setLabel(Strings.truncate(getLabel(), maxChars));
The documentation for this class was generated from the following file: