|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.mindfusion.diagramming.DiagramPageEvent
com.mindfusion.diagramming.DiagramPageValidationEvent
public class DiagramPageValidationEvent
Contains the arguments passed to handlers of DiagramPage validation events.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DiagramPageValidationEvent(java.lang.Object source,
DiagramPage diagramPage)
Initializes a new instance of the DiagramPageValidationEvent class. |
Method Summary | |
---|---|
boolean |
getCancel()
Gets a value indicating whether to cancel the current operation. |
void |
setCancel(boolean value)
Gets a value indicating whether to cancel the current operation. |
Methods inherited from class com.mindfusion.diagramming.DiagramPageEvent |
---|
getDiagramPage |
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 |
Constructor Detail |
---|
public DiagramPageValidationEvent(java.lang.Object source, DiagramPage diagramPage)
DiagramPageValidationEvent
class.
source
- The object on which the event initially occurred.diagramPage
- The DiagramPage
related to the event.Method Detail |
---|
public boolean getCancel()
public void setCancel(boolean value)
true
to prevent the user from completing the operation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |