Uses of Package
com.foreach.across.modules.web.ui
Packages that use com.foreach.across.modules.web.ui
Package
Description
-
Classes in com.foreach.across.modules.web.ui used by com.foreach.across.modules.web.configClassDescriptionAPI responsible for converting raw attribute values, to valid String values for HTML.Registers a global
ViewElementBuilderContext
on the request and attaches it as the current thread-local builder context. -
Classes in com.foreach.across.modules.web.ui used by com.foreach.across.modules.web.resource
-
Classes in com.foreach.across.modules.web.ui used by com.foreach.across.modules.web.resource.elementsClassDescriptionBase interface to create a single
ViewElement
instance.Base class for aViewElementBuilder
of aMutableViewElement
. -
Classes in com.foreach.across.modules.web.ui used by com.foreach.across.modules.web.resource.rules
-
Classes in com.foreach.across.modules.web.ui used by com.foreach.across.modules.web.thymeleafClassDescriptionRepresents a
ViewElement
in its most simple form.API responsible for converting raw attribute values, to valid String values for HTML. -
Classes in com.foreach.across.modules.web.ui used by com.foreach.across.modules.web.uiClassDescriptionStandard implementation of a
ViewElementBuilderContext
that optionally allows a parent set of attributes to be provided.Implementation that looks for a collection ofViewElementPostProcessor
s on theViewElementBuilderContext
and applies all of them.Represents a collection of temporary modifications to an existingViewElementBuilderContext
.Represents aViewElement
in its most simple form.A wrapper for any type ofViewElement
which allows the use of separate functions to perform the actions.Function that fetches a value from a view element and optionally returns it as a specific type for compile time checking.Function that modifies a view element by removing values.Function that modifies a view element by setting or adding values.API responsible for converting raw attribute values, to valid String values for HTML.Base interface to create a singleViewElement
instance.Encapsulates either aViewElement
orViewElementBuilder
for fetching within aViewElementBuilderContext
.General purpose interface for post-processing aViewElement
. -
Classes in com.foreach.across.modules.web.ui used by com.foreach.across.modules.web.ui.elementsClassDescriptionRepresents a
ViewElement
in its most simple form.Function that fetches a value from a view element and optionally returns it as a specific type for compile time checking.Function that modifies a view element by removing values.Function that modifies a view element by setting or adding values.Base interface to create a singleViewElement
instance. -
Classes in com.foreach.across.modules.web.ui used by com.foreach.across.modules.web.ui.elements.builderClassDescriptionRepresents a
ViewElement
in its most simple form.Function that modifies a view element by setting or adding values.Base interface to create a singleViewElement
instance.Base class for aViewElementBuilder
of aMutableViewElement
.General purpose interface for post-processing aViewElement
. -
Classes in com.foreach.across.modules.web.ui used by com.foreach.across.modules.web.ui.elements.supportClassDescriptionRepresents a
ViewElement
in its most simple form.Function that fetches a value from a view element and optionally returns it as a specific type for compile time checking.Function that modifies a view element by removing values.Function that modifies a view element by setting or adding values. -
Classes in com.foreach.across.modules.web.ui used by com.foreach.across.modules.web.ui.thymeleaf