Class SimpleInputControl<C extends @NonNull Control,R>

java.lang.Object
com.dua3.utility.fx.controls.SimpleInputControl<C,R>
Type Parameters:
C - the type of the control, which must extend from Control
R - the type of the value held by the input control
All Implemented Interfaces:
InputControl<R>

public class SimpleInputControl<C extends @NonNull Control,R> extends Object implements InputControl<R>
SimpleInputControl is a generic class designed to manage an input control element and its state. It provides functionalities to reset the control's value, validate input, and obtain error messages.