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

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

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

Subclasses of ActionWindow in org.vostok.vaadin.addon.dialog
 class SimpleColourWindow
          SimpleColourWindow takes advantage of org.vostok.vaadin.addon.dialog.ActionWindow and com.vaadin.ui.components.colorpicker.ColorPickerSelect to create a new simple and easy to use colour picker.
 

Methods in org.vostok.vaadin.addon.dialog that return ActionWindow
 ActionWindow ActionWindow.addStyle(java.lang.String name)
          a convenience method to allow code like new ActionWindow(...).addstyle(...).show(); sementically identical to super.addStyleName but return "this". method
static ActionWindow ActionWindow.createBan(java.lang.String title, java.lang.String message)
          create a modal dialog window for simple denied message, same as message, just css class different, no action needed, just one button (ok) and close on click
static ActionWindow ActionWindow.createMessage(java.lang.String title, java.lang.String message)
          create a modal dialog window for simple message, no action needed, just one button (ok) and close on click
static ActionWindow ActionWindow.createOkCancel(java.lang.String title, java.lang.String message, ActionWindow.DialogClickListener listener)
          Create a simple modal Ok - cancel window, with 3 actions : action ActionWindow.OK and ActionWindow.CANCEL and ActionWindow.CLOSE By default, display a message (message).
static ActionWindow ActionWindow.createSaveCancel(java.lang.String title, java.lang.String message, ActionWindow.DialogClickListener listener)
          Same as createOkCancel, but with save/cancel button style
static ActionWindow ActionWindow.createWarning(java.lang.String title, java.lang.String message)
          create a modal dialog window for simple warning message, same as message, just css class different, no action needed, just one button (ok) and close on click
static ActionWindow ActionWindow.createYesNo(java.lang.String title, java.lang.String message, ActionWindow.DialogClickListener listener)
          Same as createOkCancel, but with yes/no button style.
 ActionWindow ActionWindow.noIcon()
          Helper method.