public class Spinner extends Control
configurations| Modifier and Type | Method and Description |
|---|---|
<M,C extends ControlBuilder> |
bindValueToProperty(String modelProperty)
Binds the value hold by this control with a property of the model of the container.
|
protected ControlBuilder |
createBuilder(PanelBuilder container) |
Integer |
getMaximumValue() |
Integer |
getMinimumValue() |
void |
setMaximumValue(Integer maximumValue) |
void |
setMinimumValue(Integer minimumValue) |
background, bindBackground, bindEnabled, bindEnabledToProperty, bindForeground, bindValue, bindVisible, bindVisibleToProperty, enabled, foreground, setHeight, setWidth, tooltip, value, visibleaddBinding, addBinding, addConfiguration, appendYourselfTo, configure, getContainer, getContainerModelObject, nextCaption, showOn, toStringpublic Spinner(Container container)
protected ControlBuilder createBuilder(PanelBuilder container)
createBuilder in class Widgetpublic <M,C extends ControlBuilder> Binding<M,Control,C> bindValueToProperty(String modelProperty)
ControlControl.bindValue(Observable).bindValueToProperty in class ControlmodelProperty - The name of a bindable property (getter/setter) in the model of the container.public void setMaximumValue(Integer maximumValue)
public Integer getMaximumValue()
public Integer getMinimumValue()
public void setMinimumValue(Integer minimumValue)
Copyright © 2015 Uqbar Project. All rights reserved.