Uses of Interface
com.foreach.across.modules.web.ui.MutableViewElement
-
Uses of MutableViewElement in com.foreach.across.modules.web.ui
Modifier and TypeClassDescriptionclass
ViewElementBuilderSupport<T extends MutableViewElement,
SELF extends ViewElementBuilder<T>> Base class for aViewElementBuilder
of aMutableViewElement
.Modifier and TypeMethodDescriptiondefault MutableViewElement
MutableViewElement.remove
(ViewElement.WitherRemover... functions) default MutableViewElement
MutableViewElement.set
(ViewElement.WitherSetter... setters) MutableViewElement.setCustomTemplate
(String customTemplate) ViewElementSupport.setCustomTemplate
(String customTemplate) protected MutableViewElement
ViewElementSupport.setElementType
(String elementType) -
Uses of MutableViewElement in com.foreach.across.modules.web.ui.elements
Modifier and TypeInterfaceDescriptioninterface
Adds base properties for a HTML node, like css class and html id support.Modifier and TypeClassDescriptionclass
Base class for aHtmlViewElement
that supports child nodes.class
Base class that extendsAbstractNodeViewElement
with theConfigurableTextViewElement
.class
Base class for a single configurable node that supports attributes but no child nodes.class
A container is a named collection of elements (ContainerViewElement.getChildren()
that allows configuration of a custom template for rendering.class
Represents a generic node (html element).class
AViewElement
that simply renders as a custom template.class
A simple text item.class
ViewElementGenerator<ITEM,
VIEW_ELEMENT extends ViewElement> Represents a collection ofViewElement
instances that are generated based on a template or callback method and an input item.class
A void node is a node that has attributes but contains no children.