Class Spinner

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, LifecycleElement, Widget, org.springframework.core.Ordered

public class Spinner extends WidgetBase
Widget that decorates a control transforming into a spinner

Spinners allow the incrementing or decrementing of the controls value with an arrow up and down icon on the right side of the control. How the value is incremented, min/max values, and so on can be configured through the Component.getTemplateOptions() property

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • Spinner

      public Spinner()