Uses of Class
org.vostok.vaadin.addon.toolbar.Toolbar.DISPLAY

Packages that use Toolbar.DISPLAY
org.vostok.vaadin.addon.toolbar   
 

Uses of Toolbar.DISPLAY in org.vostok.vaadin.addon.toolbar
 

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

Methods in org.vostok.vaadin.addon.toolbar with parameters of type Toolbar.DISPLAY
 void Toolbar.setMode(Toolbar.DISPLAY mode)
          set a new mode for display.
 

Constructors in org.vostok.vaadin.addon.toolbar with parameters of type Toolbar.DISPLAY
Toolbar(Toolbar.DISPLAY mode)
          create a new toolbar