Package org.xmlet.htmlapifaster
Class Math<Z extends Element>
- java.lang.Object
-
- org.xmlet.htmlapifaster.Math<Z>
-
- All Implemented Interfaces:
AsyncElement<Math<Z>>,CustomAttributeGroup<Math<Z>,Z>,Element<Math<Z>,Z>,GlobalAttributes<Math<Z>,Z>,GlobalEventAttributes<Math<Z>,Z>,TextGroup<Math<Z>,Z>
public final class Math<Z extends Element> extends Object implements GlobalAttributes<Math<Z>,Z>, TextGroup<Math<Z>,Z>
-
-
Field Summary
Fields Modifier and Type Field Description protected Zparentprotected ElementVisitorvisitor
-
Constructor Summary
Constructors Modifier Constructor Description Math(ElementVisitor visitor)Math(Z parent)protectedMath(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Z__()Math<Z>attrAltimg(String attrAltimg)Math<Z>attrAltimgHeigth(Long attrAltimgHeigth)Math<Z>attrAltimgValign(Long attrAltimgValign)Math<Z>attrAltimgWidth(Long attrAltimgWidth)Math<Z>attrAlttext(String attrAlttext)Math<Z>attrCdgroup(String attrCdgroup)Math<Z>attrDisplay(EnumDisplayType attrDisplay)Math<Z>attrMaxwidth(Long attrMaxwidth)Math<Z>attrOverflow(EnumOverflowType attrOverflow)StringgetName()ZgetParent()ElementVisitorgetVisitor()Math<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
-
-
-
-
Field Detail
-
visitor
protected final ElementVisitor visitor
-
-
Constructor Detail
-
Math
public Math(ElementVisitor visitor)
-
Math
public Math(Z parent)
-
Math
protected Math(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
-
Method Detail
-
getParent
public Z getParent()
-
getVisitor
public final ElementVisitor getVisitor()
-
getName
public String getName()
-
attrDisplay
public final Math<Z> attrDisplay(EnumDisplayType attrDisplay)
-
attrOverflow
public final Math<Z> attrOverflow(EnumOverflowType attrOverflow)
-
-