Uses of Class
org.vostok.vaadin.addon.dialog.ActionWindow.Action

Packages that use ActionWindow.Action
org.vostok.vaadin.addon.dialog   
 

Uses of ActionWindow.Action in org.vostok.vaadin.addon.dialog
 

Fields in org.vostok.vaadin.addon.dialog with type parameters of type ActionWindow.Action
protected  java.util.List<ActionWindow.Action> ActionWindow.items
           
 

Methods in org.vostok.vaadin.addon.dialog that return ActionWindow.Action
 ActionWindow.Action ActionWindow.getAction(int action)
          return Action data from action id
 

Methods in org.vostok.vaadin.addon.dialog with parameters of type ActionWindow.Action
 com.vaadin.ui.Button ActionWindow.addAction(ActionWindow.Action item)
          Add a new action at the tail of the buttons bar
 com.vaadin.ui.Button ActionWindow.addAction(ActionWindow.Action item, int index)
          Add a new action to the button bar at index index
 

Constructors in org.vostok.vaadin.addon.dialog with parameters of type ActionWindow.Action
ActionWindow(java.lang.String caption, ActionWindow.Action[] items)
          create an new dialog with enpy content.
ActionWindow(java.lang.String caption, com.vaadin.ui.Component content, ActionWindow.Action[] items)
          create a new window.