Package org.xmlet.htmlapifaster
Class Select<Z extends Element>
- java.lang.Object
-
- org.xmlet.htmlapifaster.Select<Z>
-
- All Implemented Interfaces:
AsyncElement<Select<Z>>,CustomAttributeGroup<Select<Z>,Z>,Element<Select<Z>,Z>,GlobalAttributes<Select<Z>,Z>,GlobalEventAttributes<Select<Z>,Z>,SelectAll0<Select<Z>,Z>,TextGroup<Select<Z>,Z>
public final class Select<Z extends Element> extends Object implements GlobalAttributes<Select<Z>,Z>, SelectAll0<Select<Z>,Z>
-
-
Field Summary
Fields Modifier and Type Field Description protected Zparentprotected ElementVisitorvisitor
-
Constructor Summary
Constructors Modifier Constructor Description Select(ElementVisitor visitor)Select(Z parent)protectedSelect(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Z__()Select<Z>attrAutoComplete(String attrAutoComplete)Select<Z>attrAutofocus(Boolean attrAutofocus)Select<Z>attrDisabled(Boolean attrDisabled)Select<Z>attrForm(String attrForm)Select<Z>attrMultiple(Boolean attrMultiple)Select<Z>attrName(String attrName)Select<Z>attrSize(Long attrSize)StringgetName()ZgetParent()ElementVisitorgetVisitor()Select<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.SelectAll0
optgroup, option
-
-
-
-
Field Detail
-
visitor
protected final ElementVisitor visitor
-
-
Constructor Detail
-
Select
public Select(ElementVisitor visitor)
-
Select
public Select(Z parent)
-
Select
protected Select(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
-