Uses of Class
io.guise.framework.component.AbstractEditValueControl
-
Packages that use AbstractEditValueControl Package Description io.guise.framework.component -
-
Uses of AbstractEditValueControl in io.guise.framework.component
Subclasses of AbstractEditValueControl in io.guise.framework.component Modifier and Type Class Description class
AbstractTextControl<V>
Control to accept text input from the user representing a particular value type.class
CheckControl
Control accepting boolean input rendered as a check, either a checked square or a circle.class
ResourceImportControl
Control accepting a resource to be imported, such as a web file upload.class
SliderControl<V extends java.lang.Number>
A value control that represents its value by a slider.class
TextControl<V>
Control to accept text input from the user representing a particular value type.
-