Uses of Class
org.vostok.vaadin.addon.button.push.PushButton.Mode

Packages that use PushButton.Mode
org.vostok.vaadin.addon.button.push   
 

Uses of PushButton.Mode in org.vostok.vaadin.addon.button.push
 

Methods in org.vostok.vaadin.addon.button.push that return PushButton.Mode
 PushButton.Mode PushButton.getMode()
          return button mode policy. default to ONEMANY
static PushButton.Mode PushButton.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PushButton.Mode[] PushButton.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.vostok.vaadin.addon.button.push with parameters of type PushButton.Mode
 void PushButton.setMode(PushButton.Mode mode)
          set button mode policy.