public static class Html5.OL extends Html4.OL implements Html5.ParentElement<Html5.OL,Html4.OL>
<ol>.| Constructor and Description |
|---|
OL() |
| Instance Methods | |
|---|---|
Html5.OL |
reversed(boolean value)
Set boolean attribute
reversed. |
Html5.OL |
start(int value)
Set attribute
start="{value}". |
Html5.OL |
type(CharSequence value)
Set attribute
type="{value}". |
getElementTypeaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChildgetAttribute, getAttributeCount, getAttributeMap, isBlock, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChildaccesskey, attr, attr, attr, class_, class_add, contenteditable, contextmenu, data, dir, draggable, dropzone, hidden, id, inert, itemid, itemprop, itemref, itemscope, itemtype, lang, on, spellcheck, style, tabindex, title, translateattr, getAttribute, setAttributepublic Html5.OL reversed(boolean value)
reversed.public Html5.OL start(int value)
start="{value}".public Html5.OL type(CharSequence value)
type="{value}".