Package org.xmlet.htmlapifaster
Class Optgroup<Z extends Element>
- java.lang.Object
-
- org.xmlet.htmlapifaster.Optgroup<Z>
-
- All Implemented Interfaces:
AsyncElement<Optgroup<Z>>,CustomAttributeGroup<Optgroup<Z>,Z>,Element<Optgroup<Z>,Z>,GlobalAttributes<Optgroup<Z>,Z>,GlobalEventAttributes<Optgroup<Z>,Z>,OptgroupAll0<Optgroup<Z>,Z>,TextGroup<Optgroup<Z>,Z>
public final class Optgroup<Z extends Element> extends Object implements GlobalAttributes<Optgroup<Z>,Z>, OptgroupAll0<Optgroup<Z>,Z>
-
-
Field Summary
Fields Modifier and Type Field Description protected Zparentprotected ElementVisitorvisitor
-
Constructor Summary
Constructors Modifier Constructor Description Optgroup(ElementVisitor visitor)Optgroup(Z parent)protectedOptgroup(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Z__()Optgroup<Z>attrDisabled(Boolean attrDisabled)Optgroup<Z>attrLabel(String attrLabel)StringgetName()ZgetParent()ElementVisitorgetVisitor()Optgroup<Z>self()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.xmlet.htmlapifaster.CustomAttributeGroup
addAttr
-
Methods inherited from interface org.xmlet.htmlapifaster.GlobalAttributes
attrAccesskey, attrClass, attrContenteditable, attrDir, attrDraggable, attrHidden, attrId, attrLang, attrSpellcheck, attrStyle, attrTabIndex, attrTitle, attrTranslate
-
Methods inherited from interface org.xmlet.htmlapifaster.GlobalEventAttributes
attrOnabort, attrOnauxclick, attrOnblur, attrOncancel, attrOncanplay, attrOncanplaythrough, attrOnchange, attrOnclick, attrOnclose, attrOncuechange, attrOndblclick, attrOndrag, attrOndragend, attrOndragenter, attrOndragexit, attrOndragleave, attrOndragover, attrOndragstart, attrOndrop, attrOndurationchange, attrOnemptied, attrOnended, attrOnerror, attrOnfocus, attrOninput, attrOninvalid, attrOnkeydown, attrOnkeypress, attrOnkeyup, attrOnload, attrOnloadeddata, attrOnloadedmetadata, attrOnloadend, attrOnloadstart, attrOnmousedown, attrOnmouseenter, attrOnmouseleave, attrOnmousemove, attrOnmouseout, attrOnmouseover, attrOnmouseup, attrOnpause, attrOnplay, attrOnplaying, attrOnprogress, attrOnratechange, attrOnreset, attrOnresize, attrOnscroll, attrOnseeked, attrOnseeking, attrOnselect, attrOnshow, attrOnstalled, attrOnsubmit, attrOnsuspend, attrOntimeupdate, attrOntoogle, attrOnvolumenchange, attrOnwaiting, attrOnwheel
-
Methods inherited from interface org.xmlet.htmlapifaster.OptgroupAll0
option
-
-
-
-
Field Detail
-
visitor
protected final ElementVisitor visitor
-
-
Constructor Detail
-
Optgroup
public Optgroup(ElementVisitor visitor)
-
Optgroup
public Optgroup(Z parent)
-
Optgroup
protected Optgroup(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
-