Package org.xmlet.htmlapifaster
Class Area<Z extends Element>
- java.lang.Object
-
- org.xmlet.htmlapifaster.Area<Z>
-
- All Implemented Interfaces:
AsyncElement<Area<Z>>,CustomAttributeGroup<Area<Z>,Z>,Element<Area<Z>,Z>,GlobalAttributes<Area<Z>,Z>,GlobalEventAttributes<Area<Z>,Z>,TextGroup<Area<Z>,Z>
public final class Area<Z extends Element> extends Object implements GlobalAttributes<Area<Z>,Z>, TextGroup<Area<Z>,Z>
-
-
Field Summary
Fields Modifier and Type Field Description protected Zparentprotected ElementVisitorvisitor
-
Constructor Summary
Constructors Modifier Constructor Description Area(ElementVisitor visitor)Area(Z parent)protectedArea(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Z__()Area<Z>attrAlt(String attrAlt)Area<Z>attrCoords(String attrCoords)Area<Z>attrDownload(String attrDownload)Area<Z>attrHref(String attrHref)Area<Z>attrHreflang(String attrHreflang)Area<Z>attrReferrerpolicy(String attrReferrerpolicy)Area<Z>attrRel(EnumRelType attrRel)Area<Z>attrShape(EnumShapeType attrShape)Area<Z>attrTarget(String attrTarget)Area<Z>attrType(String attrType)StringgetName()ZgetParent()ElementVisitorgetVisitor()Area<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
-
Area
public Area(ElementVisitor visitor)
-
Area
public Area(Z parent)
-
Area
protected Area(Z parent, ElementVisitor visitor, boolean shouldVisit)
-
-
Method Detail
-
getParent
public Z getParent()
-
getVisitor
public final ElementVisitor getVisitor()
-
getName
public String getName()
-
attrRel
public final Area<Z> attrRel(EnumRelType attrRel)
-
attrShape
public final Area<Z> attrShape(EnumShapeType attrShape)
-
-