|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.salespointframework.core.events.FormSheetEvent
public class FormSheetEvent
An EventObject describing a FormSheet that was set or closed at a Display.
FormSheet
,
Display
,
Serialized FormField Summary | |
---|---|
private boolean |
m_fExplicit
Was the event caused by an explicit call to the responsible method or was it caused indirectly? |
private FormSheet |
m_fsFormSheet
The FormSheet that was affected by the event. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
FormSheetEvent(Display src,
FormSheet fs,
boolean fExplicit)
Create a new FormSheetEvent. |
Method Summary | |
---|---|
FormSheet |
getFormSheet()
Get the affected FormSheet. |
boolean |
isExplicit()
Was the event caused by a direct call to the originating method or indirectly? |
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 |
---|
private FormSheet m_fsFormSheet
private boolean m_fExplicit
Constructor Detail |
---|
public FormSheetEvent(Display src, FormSheet fs, boolean fExplicit)
src
- the Display originating the event.fs
- the FormSheet that was affected by the event.fExplicit
- was the event caused by a direct call to the originating method or indirectly?Method Detail |
---|
public FormSheet getFormSheet()
public boolean isExplicit()
formSheetSet
events are always considered explicit. In contrast,
formSheetRemoved
events are explicit only if they were originated as the consequence
of a call to closeFormSheet
or setFormSheet (null)
. FormSheet
removals that were caused by setting another FormSheet are not considered explicit.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |