info.magnolia.ui.vaadin.dialog
Class ConfirmationDialog.ConfirmationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.event.ConnectorEvent
          extended by com.vaadin.ui.Component.Event
              extended by info.magnolia.ui.vaadin.dialog.ConfirmationDialog.ConfirmationEvent
All Implemented Interfaces:
Serializable
Enclosing class:
ConfirmationDialog

public static class ConfirmationDialog.ConfirmationEvent
extends com.vaadin.ui.Component.Event

ConfirmationEvent.

See Also:
Serialized Form

Nested Class Summary
static interface ConfirmationDialog.ConfirmationEvent.Handler
          Handler.
 
Field Summary
static Method ON_CONFIRMATION
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConfirmationDialog.ConfirmationEvent(com.vaadin.ui.Component source, boolean isConfirmed)
           
 
Method Summary
 boolean isConfirmed()
           
 
Methods inherited from class com.vaadin.ui.Component.Event
getComponent
 
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ON_CONFIRMATION

public static final Method ON_CONFIRMATION
Constructor Detail

ConfirmationDialog.ConfirmationEvent

public ConfirmationDialog.ConfirmationEvent(com.vaadin.ui.Component source,
                                            boolean isConfirmed)
Method Detail

isConfirmed

public boolean isConfirmed()


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.