static ISpinner |
ISpinnerCtrl.from(Spinner instance) |
|
static ISpinner |
ISpinner.of(int value) |
Returns the instance with the given value.
|
static ISpinner |
ISpinner.of(java.lang.Integer value) |
Returns the instance with the given value.
|
static ISpinner |
ISpinner.ofCols(int cols) |
Returns the instance with the given cols.
|
static ISpinner |
ISpinner.ofConstraint(java.lang.String constraint) |
Returns the instance with the given constraint.
|
static ISpinner |
ISpinner.ofId(java.lang.String id) |
Returns the instance with the given id.
|
ISpinner |
ISpinner.withButtonVisible(boolean buttonVisible) |
Returns a copy of this immutable component with the specified buttonVisible .
|
ISpinner |
ISpinner.withStep(int step) |
Returns a copy of this immutable component with the specified step .
|
ISpinner |
ISpinner.withValue(java.lang.Integer value) |
|