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.WitherSetterMutableViewElement.Functions.remove(ViewElement.WitherRemover... removers) Converts a number of removers into a single setter.default MutableViewElementMutableViewElement.remove(ViewElement.WitherRemover... functions) default ViewElementViewElement.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 HtmlViewElementHtmlViewElement.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 TypeClassDescriptionclassFunction forViewElement.Witherwhich allows for setting and removing of attributes on aHtmlViewElement.static classclassFunction forViewElement.Witherwhich allows for setting and removing of css classes on aHtmlViewElement.