public class Html extends AbstractControl
actionListener, attributes, behaviors, headElements, listener, listenerMethod, messages, name, parent, styles
CONTROL_MESSAGES
Modifier and Type | Method and Description |
---|---|
String |
getText() |
void |
render(HtmlStringBuffer buffer) |
void |
setText(String text) |
String |
toString() |
addBehavior, addStyleClass, appendAttributes, dispatchActionEvent, getActionListener, getAttribute, getAttributes, getBehaviors, getContext, getControlSizeEst, getHeadElements, getHtmlImports, getId, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, getTag, hasAttribute, hasAttributes, hasBehaviors, hasStyles, isAjaxTarget, onDeploy, onDestroy, onInit, onProcess, onRender, removeBehavior, removeStyleClass, renderTagBegin, renderTagEnd, setActionListener, setAttribute, setId, setListener, setName, setParent, setStyle
public Html()
public Html(String text)
public String getText()
public void setText(String text)
public String toString()
toString
in class AbstractControl
public void render(HtmlStringBuffer buffer)
render
in interface Control
render
in class AbstractControl