static IDoublespinner |
IDoublespinnerCtrl.from(Doublespinner instance) |
|
static IDoublespinner |
IDoublespinner.of(double value) |
Returns the instance with the given value.
|
static IDoublespinner |
IDoublespinner.of(java.lang.Double value) |
Returns the instance with the given value.
|
static IDoublespinner |
IDoublespinner.ofCols(int cols) |
Returns the instance with the given cols.
|
static IDoublespinner |
IDoublespinner.ofConstraint(java.lang.String constraint) |
Returns the instance with the given constraint.
|
static IDoublespinner |
IDoublespinner.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IDoublespinner |
IDoublespinner.withButtonVisible(boolean buttonVisible) |
Returns a copy of this immutable component with the specified buttonVisible .
|
IDoublespinner |
IDoublespinner.withStep(double step) |
Returns a copy of this immutable component with the specified step .
|
IDoublespinner |
IDoublespinner.withValue(java.lang.Double value) |
|