Class FormPreviewSubmitEvent
- java.lang.Object
-
- de.xima.fc.gui.bean.designer.event.FormPreviewSubmitEvent
-
- All Implemented Interfaces:
IDesignerConversationEvent
,IApplicationEvent
,ISessionConversationEvent
,ISessionEvent
,IEvent
,Serializable
public class FormPreviewSubmitEvent extends Object implements IDesignerConversationEvent
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormPreviewSubmitEvent(FormPreviewRequestData submitData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceTabId()
FormPreviewRequestData
getSubmitData()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.gui.bean.designer.event.IDesignerConversationEvent
getSourceTabView
-
-
-
-
Constructor Detail
-
FormPreviewSubmitEvent
public FormPreviewSubmitEvent(FormPreviewRequestData submitData)
-
-
Method Detail
-
getSourceTabId
public String getSourceTabId()
- Specified by:
getSourceTabId
in interfaceIDesignerConversationEvent
- Returns:
- ID of the tab (see
TabModel.getId()
) that issued the event. Empty string if the event was issued by the designer parent frame.
-
getSubmitData
public FormPreviewRequestData getSubmitData()
-
-