Package org.xmlet.htmlapifaster
Class DetailsComplete
-
- All Implemented Interfaces:
-
org.xmlet.htmlapifaster.CustomAttributeGroup,org.xmlet.htmlapifaster.Element,org.xmlet.htmlapifaster.ElementExtensions,org.xmlet.htmlapifaster.async.AsyncElement
public class DetailsComplete<Z extends Element> implements CustomAttributeGroup<T, Z>
-
-
Constructor Summary
Constructors Constructor Description DetailsComplete(ElementVisitor visitor)DetailsComplete(Z parent)
-
Method Summary
Modifier and Type Method Description Z__()ZgetParent()final ElementVisitorgetVisitor()StringgetName()final DetailsComplete<Z>self()-
Methods inherited from class org.xmlet.htmlapifaster.CustomAttributeGroup
addAttr -
Methods inherited from class org.xmlet.htmlapifaster.Element
addTextFromkotlin, await, custom, dynamic, of, raw, unaryPlus -
Methods inherited from class org.xmlet.htmlapifaster.async.AsyncElement
await -
Methods inherited from class org.xmlet.htmlapifaster.ElementExtensions
addTextFromkotlin, unaryPlus -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DetailsComplete
DetailsComplete(ElementVisitor visitor)
-
DetailsComplete
DetailsComplete(Z parent)
-
-
Method Detail
-
getVisitor
final ElementVisitor getVisitor()
-
self
final DetailsComplete<Z> self()
-
-
-
-