Uses of Interface
org.vostok.vaadin.addon.button.spin.SpinButton.Model

Packages that use SpinButton.Model
org.vostok.vaadin.addon.button.spin   
 

Uses of SpinButton.Model in org.vostok.vaadin.addon.button.spin
 

Classes in org.vostok.vaadin.addon.button.spin that implement SpinButton.Model
 class CalendarModel
          A model to work on date / time.
 class ListModel
          a model to display list of items.
 class NumberModel
          SpinButton's model for numbers such as integer, long, double, percent, even date.
 

Constructors in org.vostok.vaadin.addon.button.spin with parameters of type SpinButton.Model
SpinButton(SpinButton.Model model)
          Creates a new spinbutton with model model. default layout to Layout.BOX default button will be i18nButton increase/decrease
SpinButton(SpinButton.Model model, SpinButton.Layout layout)
          Creates a new spinbutton with model model. and pack with layout layout
SpinButton(SpinButton.Model model, SpinButton.Layout layout, com.vaadin.ui.Button minus, com.vaadin.ui.Button plus)
          Create a new spin button.