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> UViewElement.get(ViewElement.WitherGetter<?, U> function) Get a value from the element.<U> UViewElement.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> UAbstractNodeViewElement.get(ViewElement.WitherGetter<?, U> function) <U> UAbstractVoidNodeViewElement.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 TypeClassDescriptionclassFunction forViewElement.Witherwhich allows for setting and removing of attributes on aHtmlViewElement.