Class FetchWebFormPersistRequest
- java.lang.Object
 - 
- de.xima.fc.gui.bean.designer.request.FetchWebFormPersistRequest
 
 
- 
- All Implemented Interfaces:
 IDesignerConversationRequest<FetchWebFormPersistResponse>,ICrossViewScopeRequest<FetchWebFormPersistResponse>,Serializable
public final class FetchWebFormPersistRequest extends Object
Requests the current web form persist file from the form designer.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FetchWebFormPersistRequest(EContentView contentView, boolean includePreviewImage)Creates a new POJO request data object with the given data.FetchWebFormPersistRequest(String sourceTabId, boolean includePreviewImage)Creates a new POJO request data object with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends FetchWebFormPersistResponse>getResponseType()StringgetSourceTabId()booleanisIncludePreviewImage()- 
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.request.IDesignerConversationRequest
getSourceTabView 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FetchWebFormPersistRequest
public FetchWebFormPersistRequest(String sourceTabId, boolean includePreviewImage)
Creates a new POJO request data object with the given data.- Parameters:
 sourceTabId- Value returned byIDesignerConversationRequest.getSourceTabId()includePreviewImage- Whether the returned persist JSON should include a preview image of the form. Note that generated the image may take a bit of time.
 
- 
FetchWebFormPersistRequest
public FetchWebFormPersistRequest(EContentView contentView, boolean includePreviewImage)
Creates a new POJO request data object with the given data.- Parameters:
 contentView- Tab from which the event originates.includePreviewImage- Whether the returned persist JSON should include a preview image of the form. Note that generated the image may take a bit of time.
 
 - 
 
- 
Method Detail
- 
getResponseType
public Class<? extends FetchWebFormPersistResponse> getResponseType()
- Returns:
 - Type of the requested data.
 
 
- 
isIncludePreviewImage
public boolean isIncludePreviewImage()
- Returns:
 - Whether the returned persist JSON should include a preview image of the form. Note that generated the image may take a bit of time.
 
 
- 
getSourceTabId
public String getSourceTabId()
- Specified by:
 getSourceTabIdin interfaceIDesignerConversationRequest<T extends Serializable>- Returns:
 - ID of the tab (see 
TabModel.getId()) that issued the event. Empty string if the event was issued by the designer parent frame. 
 
 - 
 
 -