接口 IRangeBase

所有超级接口:
ICellLinkControl, ICellLinkControlT<Integer>, IControl
所有已知子接口:
IScrollBar, ISpinner

public interface IRangeBase extends ICellLinkControlT<Integer>
Represents an element that has a value within a specific range.
  • 方法详细资料

    • getMax

      int getMax()
      Gets the highest possible value of the range element.
      返回:
      [0, 30000]
    • setMax

      void setMax(int value)
      Sets the highest possible value of the range element.
      参数:
      value - [0,30000]
    • getMin

      int getMin()
      Gets the minimum possible value of the range element.
      返回:
      [0, 30000]
    • setMin

      void setMin(int value)
      Sets the minimum possible value of the range element.
      参数:
      value - [0,30000]
    • getSmallChange

      int getSmallChange()
      Gets a value to be added to or subtracted from the value of a RangeBase control.
      返回:
      [0, 30000]
    • setSmallChange

      void setSmallChange(int value)
      Sets a value to be added to or subtracted from the value of a RangeBase control.
      参数:
      value - [0,30000]