org.vostok.vaadin.addon.dialog
Interface ActionWindow.DialogClickListener
- Enclosing class:
- ActionWindow
public static interface ActionWindow.DialogClickListener
a clickListener to handle button click events.
Method Summary |
boolean |
buttonClick(com.vaadin.ui.Component.Event event,
int action)
|
buttonClick
boolean buttonClick(com.vaadin.ui.Component.Event event,
int action)
- Parameters:
event
- event associated with the action, can be a button's clickEvent or a window's closeEventaction
- action for the button
- Returns:
- if true, instance of ActionWindow will close the window