Package com.foreach.across.modules.web.ui.elements
package com.foreach.across.modules.web.ui.elements
-
ClassDescriptionBase class for a
HtmlViewElement
that supports child nodes.Base class that extendsAbstractNodeViewElement
with theConfigurableTextViewElement
.Base class for a single configurable node that supports attributes but no child nodes.Interface extending aViewElement
with a settable text property.A container is a named collection of elements (ContainerViewElement.getChildren()
that allows configuration of a custom template for rendering.Adds base properties for a HTML node, like css class and html id support.Nested interface which contains wither functions specific for HTML view elements.Contains factory methods andViewElement.Wither
functions for HTML5 nodes.Represents a generic node (html element).AViewElement
that simply renders as a custom template.A simple text item.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.ViewElementGenerator.CreationCallback<T,U extends ViewElement> Callback interface for customizing the generatedViewElement
.A void node is a node that has attributes but contains no children.