@Tag(value="ol") public class OrderedList extends HtmlContainer implements ClickNotifier<OrderedList>
<ol> element.| Modifier and Type | Class and Description |
|---|---|
static class |
OrderedList.NumberingType
Defines the numbering type of the list items.
|
| Constructor and Description |
|---|
OrderedList()
Creates a new empty ordered list.
|
OrderedList(ListItem... items)
Creates a new ordered list with the given list items.
|
OrderedList(OrderedList.NumberingType type)
Creates a new empty ordered list with the specified
OrderedList.NumberingType. |
| Modifier and Type | Method and Description |
|---|---|
OrderedList.NumberingType |
getType() |
void |
setType(OrderedList.NumberingType type) |
getTitle, setTitleaddListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddClickListeneradd, addComponentAsFirst, addComponentAtIndex, remove, removeAllisEnabled, setEnabledgetElementgetHeight, getWidth, setHeight, setSizeFull, setSizeUndefined, setWidthaddClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNameaddAttachListeneraddDetachListenerpublic OrderedList()
public OrderedList(OrderedList.NumberingType type)
OrderedList.NumberingType.type - the numbering type of the list itemspublic OrderedList(ListItem... items)
items - the list itemspublic OrderedList.NumberingType getType()
public void setType(OrderedList.NumberingType type)
Copyright © 2000–2018 Vaadin Ltd. All rights reserved.