Interface ISpinnerParameterization<T extends Number & Comparable<T>>

Type Parameters:
T - Spinner value type.
All Superinterfaces:
IParameterization
All Known Implementing Classes:
SpinnerParameterization

public interface ISpinnerParameterization<T extends Number & Comparable<T>> extends IParameterization
IParameterization for spinner component.
  • Method Details

    • setMinimum

      void setMinimum(T min)
      Sets the minimum of spinner.
      Parameters:
      min - the minimum value.
    • setMaximum

      void setMaximum(T max)
      Sets the maximum of spinner.
      Parameters:
      min - the maximum value.
    • getMinimum

      T getMinimum()
      Returns the minimum spinner value.
      Returns:
      the minimum.
    • getMaximum

      T getMaximum()
      Returns the maximum spinner value.
      Returns:
      the maximum.
    • getApplyValueChange

      ValueChangeApply getApplyValueChange()
      Returns aplly control value change.
      Returns:
      the applyValueChange, cannot be null