public class HtmlList extends AbstractContainer
Modifier and Type | Field and Description |
---|---|
static int |
ORDERED_LIST |
static int |
UNORDERED_LIST |
controlMap, controls
actionListener, attributes, behaviors, headElements, listener, listenerMethod, messages, name, parent, styles
CONTROL_MESSAGES
Constructor and Description |
---|
HtmlList() |
HtmlList(int listMode) |
HtmlList(String name) |
HtmlList(String name,
int listMode) |
Modifier and Type | Method and Description |
---|---|
Control |
add(Control control) |
ListItem |
getLast() |
int |
getListMode() |
String |
getTag() |
boolean |
isUnorderedList() |
void |
setListMode(int listMode) |
contains, getControl, getControlMap, getControls, getControlSizeEst, hasControls, insert, onDestroy, onInit, onProcess, onRender, remove, render, renderChildren, renderContent, renderTagEnd, replace, toString
addBehavior, addStyleClass, appendAttributes, dispatchActionEvent, getActionListener, getAttribute, getAttributes, getBehaviors, getContext, getHeadElements, getHtmlImports, getId, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, hasAttribute, hasAttributes, hasBehaviors, hasStyles, isAjaxTarget, onDeploy, removeBehavior, removeStyleClass, renderTagBegin, setActionListener, setAttribute, setId, setListener, setName, setParent, setStyle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBehaviors, getContext, getHeadElements, getId, getMessages, getName, getParent, hasBehaviors, isAjaxTarget, onDeploy, setListener, setName, setParent
public static final int UNORDERED_LIST
public static final int ORDERED_LIST
public HtmlList()
public HtmlList(int listMode)
public HtmlList(String name)
public HtmlList(String name, int listMode)
public Control add(Control control)
add
in interface Container
add
in class AbstractContainer
public String getTag()
getTag
in class AbstractControl
public int getListMode()
public void setListMode(int listMode)
public boolean isUnorderedList()
public ListItem getLast()