| Constructor and Description |
|---|
LabelImpl(String text) |
LabelImpl(String text,
ClickListener clickListener) |
LabelImpl(String t,
Content arg) |
LabelImpl(String text,
IntegerValue arg) |
LabelImpl(Value value) |
| Modifier and Type | Method and Description |
|---|---|
Label |
addClickListener(ClickListener listener) |
Markup |
compile()
Initial creation and rendering of this component by compiling it into a
combination of static HTML markup and dynamic javascript.
|
Label |
css(String clazz) |
String |
getText() |
void |
setText(String text) |
void |
toggle() |
compile, compile, decorate, getRequest, getSelector, getSession, id, init, isRendered, jQuery, jQuery, jQuery, render, style, widthpublic LabelImpl(String text)
public LabelImpl(String text, ClickListener clickListener)
public LabelImpl(Value value)
public LabelImpl(String text, IntegerValue arg)
public Label addClickListener(ClickListener listener)
addClickListener in interface Clickablepublic Markup compile()
ComponentCopyright © 2013 Whizu. All Rights Reserved.