public static class Html5.STYLE extends Html4.STYLE implements Html5.ParentElement<Html5.STYLE,Html4.STYLE>
<style>
.TYPE
Constructor and Description |
---|
STYLE() |
Instance Methods | |
---|---|
Html5.STYLE |
media(CharSequence value)
Set attribute
media="{value}" . |
Html5.STYLE |
scoped(boolean value)
Set boolean attribute
scoped . |
Html5.STYLE |
type(CharSequence value)
Set attribute
type="{value}" . |
getElementType
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChild
getAttribute, getAttributeCount, getAttributeMap, isBlock, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
accesskey, 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, translate
attr, getAttribute, setAttribute
public Html5.STYLE media(CharSequence value)
media="{value}"
.media
in class Html4.STYLE
public Html5.STYLE scoped(boolean value)
scoped
.public Html5.STYLE type(CharSequence value)
type="{value}"
.type
in class Html4.STYLE