Uses of Interface
com.foreach.across.modules.web.ui.ViewElement.WitherRemover
Packages that use ViewElement.WitherRemover
Package
Description
-
Uses of ViewElement.WitherRemover in com.foreach.across.modules.web.ui
Methods in com.foreach.across.modules.web.ui with parameters of type ViewElement.WitherRemoverModifier 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
Methods in com.foreach.across.modules.web.ui.elements with parameters of type ViewElement.WitherRemoverModifier 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
Classes in com.foreach.across.modules.web.ui.elements.support that implement ViewElement.WitherRemoverModifier 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
.