Uses of Interface
com.foreach.across.modules.web.ui.ViewElement.WitherGetter
Package
Description
-
Uses of ViewElement.WitherGetter in com.foreach.across.modules.web.ui
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Function forViewElement.Wither
which allows for setting and removing of attributes on aHtmlViewElement
.