Uses of Interface
com.foreach.across.modules.web.ui.ViewElement.WitherRemover
Package
Description
-
Uses of ViewElement.WitherRemover in com.foreach.across.modules.web.ui
Modifier and TypeMethodDescriptionstatic ViewElement.WitherSetter
MutableViewElement.Functions.remove
(ViewElement.WitherRemover... removers) Converts a number of removers into a single setter.default MutableViewElement
MutableViewElement.remove
(ViewElement.WitherRemover... functions) default ViewElement
ViewElement.remove
(ViewElement.WitherRemover... functions) Execute one or more remover functions.ViewElement.Wither.remove
(ViewElement.WitherRemover... functions) Execute one or more remover functions.ViewElementSupport.remove
(ViewElement.WitherRemover... functions) -
Uses of ViewElement.WitherRemover in com.foreach.across.modules.web.ui.elements
Modifier and TypeMethodDescriptionAbstractNodeViewElement.remove
(ViewElement.WitherRemover... functions) AbstractTextNodeViewElement.remove
(ViewElement.WitherRemover... functions) AbstractVoidNodeViewElement.remove
(ViewElement.WitherRemover... functions) ContainerViewElement.remove
(ViewElement.WitherRemover... functions) default HtmlViewElement
HtmlViewElement.remove
(ViewElement.WitherRemover... functions) NodeViewElement.remove
(ViewElement.WitherRemover... functions) TemplateViewElement.remove
(ViewElement.WitherRemover... functions) TextViewElement.remove
(ViewElement.WitherRemover... functions) VoidNodeViewElement.remove
(ViewElement.WitherRemover... functions) -
Uses of ViewElement.WitherRemover in com.foreach.across.modules.web.ui.elements.support
Modifier and TypeClassDescriptionclass
Function forViewElement.Wither
which allows for setting and removing of attributes on aHtmlViewElement
.static class
class
Function forViewElement.Wither
which allows for setting and removing of css classes on aHtmlViewElement
.