Methods Summary |
---|
public long | getMaxValue()Returns the long value for this control.
|
public long | getMinValue()Returns the long value for this control.
|
public boolean | isEnable()
|
public void | setEnable(boolean f)
|
public long | setMaxValue(long value)Sets the long value for this control. Returns the actual long
that was set.
|
public long | setMinValue(long value)Sets the long value for this control. Returns the actual long
that was set.
|