public final class Button<Z extends Element> extends Object implements GlobalAttributes<Button<Z>,Z>, PhrasingContentChoice<Button<Z>,Z>
| Modifier and Type | Field and Description |
|---|---|
protected Z |
parent |
protected ElementVisitor |
visitor |
| Modifier | Constructor and Description |
|---|---|
|
Button(ElementVisitor visitor) |
|
Button(Z parent) |
protected |
Button(Z parent,
ElementVisitor visitor,
boolean shouldVisit) |
| Modifier and Type | Method and Description |
|---|---|
Z |
__() |
Button<Z> |
async(BiConsumer<Runnable,Button<Z>> var1) |
Button<Z> |
attrAutofocus(Boolean attrAutofocus) |
Button<Z> |
attrDisabled(Boolean attrDisabled) |
Button<Z> |
attrForm(String attrForm) |
Button<Z> |
attrFormaction(String attrFormaction) |
Button<Z> |
attrFormenctype(EnumFormenctypeEnctypeType attrFormenctype) |
Button<Z> |
attrFormmethod(EnumFormmethodMethodType attrFormmethod) |
Button<Z> |
attrFormnovalidate(Boolean attrFormnovalidate) |
Button<Z> |
attrFormtarget(String attrFormtarget) |
Button<Z> |
attrName(String attrName) |
Button<Z> |
attrType(EnumTypeButtonType attrType) |
Button<Z> |
attrValue(String attrValue) |
String |
getName() |
Z |
getParent() |
ElementVisitor |
getVisitor() |
Button<Z> |
self() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattrAccesskey, attrClass, attrContenteditable, attrDir, attrDraggable, attrHidden, attrId, attrLang, attrSpellcheck, attrStyle, attrTabIndex, attrTitle, attrTranslateattrOnabort, 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, attrOnwheeladdAttra, abbr, area, b, bdi, bdo, br, button, cite, code, data, datalist, del, dfn, em, i, input, ins, kbd, label, link, map, mark, meter, noscript, output, progress, q, ruby, s, samp, script, select, small, span, strong, sub, sup, template, textarea, time, u, var, wbrprotected final ElementVisitor visitor
public Button(ElementVisitor visitor)
public Button(Z parent)
protected Button(Z parent, ElementVisitor visitor, boolean shouldVisit)
public Z getParent()
public final ElementVisitor getVisitor()
public String getName()
public final Button<Z> attrFormenctype(EnumFormenctypeEnctypeType attrFormenctype)
public final Button<Z> attrFormmethod(EnumFormmethodMethodType attrFormmethod)
public final Button<Z> attrType(EnumTypeButtonType attrType)
Copyright © 2022. All rights reserved.