Uses of Class
org.vostok.vaadin.addon.button.spin.SpinButton.Layout

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

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

Methods in org.vostok.vaadin.addon.button.spin that return SpinButton.Layout
static SpinButton.Layout SpinButton.Layout.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpinButton.Layout[] SpinButton.Layout.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.vostok.vaadin.addon.button.spin with parameters of type SpinButton.Layout
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.