- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 31 of file As.java.
◆ content() [1/2]
static As org.turro.zkoss.label.As.content |
( |
String |
text | ) |
|
|
static |
Definition at line 108 of file As.java.
109 return new As(text,
null);
◆ content() [2/2]
static As org.turro.zkoss.label.As.content |
( |
String |
text, |
|
|
String |
image |
|
) |
| |
|
static |
Definition at line 112 of file As.java.
113 return new As(text,
image);
static As image(String image)
◆ cssClass()
As org.turro.zkoss.label.As.cssClass |
( |
String |
cssClass | ) |
|
Definition at line 67 of file As.java.
As cssClass(String cssClass)
◆ dark()
As org.turro.zkoss.label.As.dark |
( |
| ) |
|
◆ focus()
As org.turro.zkoss.label.As.focus |
( |
| ) |
|
Definition at line 87 of file As.java.
88 anchor.setFocus(
true);
◆ get() [1/2]
A org.turro.zkoss.label.As.get |
( |
| ) |
|
◆ get() [2/2]
A org.turro.zkoss.label.As.get |
( |
Consumer< A > |
onGet | ) |
|
Definition at line 101 of file As.java.
102 onGet.accept(anchor);
◆ height()
As org.turro.zkoss.label.As.height |
( |
String |
height | ) |
|
◆ hflex()
As org.turro.zkoss.label.As.hflex |
( |
String |
flex | ) |
|
Definition at line 43 of file As.java.
44 anchor.setHflex(flex);
◆ icon() [1/2]
As org.turro.zkoss.label.As.icon |
( |
String |
icon | ) |
|
Definition at line 82 of file As.java.
83 anchor.setIconSclass(
"z-icon-" +
icon);
◆ icon() [2/2]
static As org.turro.zkoss.label.As.icon |
( |
String |
icon, |
|
|
String |
tip |
|
) |
| |
|
static |
Definition at line 120 of file As.java.
121 return new As(
null,
null).tooltiptext(tip).icon(
icon);
◆ image()
static As org.turro.zkoss.label.As.image |
( |
String |
image | ) |
|
|
static |
◆ max()
As org.turro.zkoss.label.As.max |
( |
int |
maxChars | ) |
|
Definition at line 72 of file As.java.
74 .
value(Strings.truncateAndWarn(anchor.getLabel(), maxChars));
As tooltiptext(String text)
◆ onClick()
As org.turro.zkoss.label.As.onClick |
( |
EventListener |
listener | ) |
|
Definition at line 92 of file As.java.
93 anchor.addEventListener(Events.ON_CLICK, listener);
◆ style()
As org.turro.zkoss.label.As.style |
( |
String |
style | ) |
|
◆ tooltiptext()
As org.turro.zkoss.label.As.tooltiptext |
( |
String |
text | ) |
|
Definition at line 58 of file As.java.
59 anchor.setTooltiptext(text);
◆ value()
As org.turro.zkoss.label.As.value |
( |
String |
text | ) |
|
Definition at line 77 of file As.java.
78 anchor.setLabel(text);
◆ vflex()
As org.turro.zkoss.label.As.vflex |
( |
String |
flex | ) |
|
Definition at line 48 of file As.java.
49 anchor.setVflex(flex);
◆ width()
As org.turro.zkoss.label.As.width |
( |
String |
width | ) |
|
The documentation for this class was generated from the following file: