Class SpinnerControl

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, Control, SizedControl, TextControl, ContentElement, LifecycleElement, org.springframework.core.Ordered

public class SpinnerControl extends TextControlBase
Text control that as decorated with a spinner widget (allowing the control value to be modified using the spinner)
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • SpinnerControl

      public SpinnerControl()
  • Method Details

    • getSpinner

      public Spinner getSpinner()
      Spinner widget that should decorate the control
      Returns:
      Spinner
    • setSpinner

      public void setSpinner(Spinner spinner)
      Setter for the control's spinner widget instance
      Parameters:
      spinner -