Uses of Interface
com.foreach.across.modules.web.ui.ViewElement.WitherGetter
Packages that use ViewElement.WitherGetter
Package
Description
-
Uses of ViewElement.WitherGetter in com.foreach.across.modules.web.ui
Methods in com.foreach.across.modules.web.ui that return ViewElement.WitherGetterModifier and TypeMethodDescriptiondefault <V extends U,
W extends V>
ViewElement.WitherGetter<T,W> Cast the return value as a specific type, to avoid explicit casting in consumer code.Methods in com.foreach.across.modules.web.ui with parameters of type ViewElement.WitherGetterModifier and TypeMethodDescriptiondefault <U> U
ViewElement.get
(ViewElement.WitherGetter<?, U> function) Get a value from the element.<U> U
ViewElement.Wither.get
(ViewElement.WitherGetter<?, U> function) Get a value from the element. -
Uses of ViewElement.WitherGetter in com.foreach.across.modules.web.ui.elements
Methods in com.foreach.across.modules.web.ui.elements with parameters of type ViewElement.WitherGetterModifier and TypeMethodDescription<U> U
AbstractNodeViewElement.get
(ViewElement.WitherGetter<?, U> function) <U> U
AbstractVoidNodeViewElement.get
(ViewElement.WitherGetter<?, U> function) -
Uses of ViewElement.WitherGetter in com.foreach.across.modules.web.ui.elements.support
Classes in com.foreach.across.modules.web.ui.elements.support that implement ViewElement.WitherGetterModifier and TypeClassDescriptionclass
Function forViewElement.Wither
which allows for setting and removing of attributes on aHtmlViewElement
.