Uses of Class
com.foreach.across.modules.web.ui.ViewElement.Wither
-
Uses of ViewElement.Wither in com.foreach.across.modules.web.ui
Modifier and TypeMethodDescriptionAllows for a specifically typed generic consumer to be passed or defined.ViewElement.Wither.remove
(ViewElement.WitherRemover... functions) Execute one or more remover functions.ViewElement.Wither.set
(ViewElement.WitherSetter... setters) Execute one or more setter functions.static <U extends ViewElement>
ViewElement.Wither<U>ViewElement.with
(U element) Create aViewElement.Wither
wrapper for an element, which allows for a more descriptive, fluent configuration approach by using pre-defined lambdas.