ClassAttributeGroup<T,Z>
, CommonAttributeGroup<Command<Z>,Z>
, CommonEventsGroup<T,Z>
, CoreAttributeGroup<T,Z>
, CoreServerAttributeGroup<T,Z>
, CustomAttributeGroup<T,Z>
, Element<T,Z>
, TextGroup<Command<Z>,Z>
public final class Command<Z extends Element> extends Object implements CommonAttributeGroup<Command<Z>,Z>, TextGroup<Command<Z>,Z>
Modifier and Type | Field | Description |
---|---|---|
protected Z |
parent |
|
protected ElementVisitor |
visitor |
Modifier | Constructor | Description |
---|---|---|
|
Command(ElementVisitor visitor) |
|
|
Command(Z parent) |
|
protected |
Command(Z parent,
ElementVisitor visitor) |
Modifier and Type | Method | Description |
---|---|---|
Command<Z> |
attrChecked(EnumCheckedCommand attrChecked) |
|
Command<Z> |
attrDisabled(EnumDisabledCommand attrDisabled) |
|
Command<Z> |
attrIcon(Object attrIcon) |
|
Command<Z> |
attrLabel(Object attrLabel) |
|
Command<Z> |
attrRadiogroup(Object attrRadiogroup) |
|
Command<Z> |
attrType(EnumTypeCommand attrType) |
|
String |
getName() |
|
Z |
getParent() |
|
ElementVisitor |
getVisitor() |
|
Command<Z> |
of(Consumer<Command<Z>> consumer) |
|
Command<Z> |
self() |
|
Z |
º() |
attrClass
attrOnabort, attrOnblur, attrOncanplay, attrOncanplaythrough, attrOnchange, attrOnclick, attrOncontextmenu, attrOndblclick, attrOndrag, attrOndragenter, attrOndragleave, attrOndragover, attrOndragstart, attrOndrop, attrOndurationchange, attrOnemptied, attrOnended, attrOnerror, attrOnfocus, attrOnformchange, attrOnforminput, attrOninput, attrOninvalid, attrOnkeydown, attrOnkeypress, attrOnkeyup, attrOnloadAlt, attrOnloadeddata, attrOnloadedmetadata, attrOnloadstart, attrOnmousedown, attrOnmousemove, attrOnmouseout, attrOnmouseover, attrOnmouseup, attrOnmousewheel, attrOnpause, attrOnplay, attrOnplaying, attrOnprogress, attrOnratechange, attrOnreadystatechange, attrOnscroll, attrOnseeked, attrOnseeking, attrOnselect, attrOnshow, attrOnstalled, attrOnsubmit, attrOnsuspend, attrOntimeupdate, attrOnvolumenchange, attrOnwaiting
attrAccesskey, attrContenteditable, attrContextmenu, attrDataFolderName, attrDataMsgId, attrDir, attrDraggable, attrHidden, attrId, attrItem, attrItemprop, attrLang, attrRole, attrRunat, attrSpellcheck, attrStyle, attrSubject, attrTabIndex, attrTitle
attrEnableTheming, attrEnableViewState, attrOnDataBinding, attrOnDisposed, attrOnInit, attrOnLoad, attrOnPreRender, attrOnUnloadAlt, attrSkinID, attrVisible
addAttr
protected final ElementVisitor visitor
public Command(ElementVisitor visitor)
public Command(Z parent)
protected Command(Z parent, ElementVisitor visitor)
public Z getParent()
public final ElementVisitor getVisitor()
public String getName()
public final Command<Z> attrType(EnumTypeCommand attrType)
public final Command<Z> attrDisabled(EnumDisabledCommand attrDisabled)
public final Command<Z> attrChecked(EnumCheckedCommand attrChecked)
Copyright © 2018. All rights reserved.