204205206207208209210
* * @return a value property for observing the minimum value of a * {@link Scale}, {@link Slider} (since 1.5) or {@link Spinner}. */ public static IWidgetValueProperty minimum() { return new WidgetMinimumProperty(); }