Class FetchDesignerPlaceholdersRequest
- java.lang.Object
 - 
- de.xima.fc.gui.bean.designer.request.FetchDesignerPlaceholdersRequest
 
 
- 
- All Implemented Interfaces:
 IDesignerConversationRequest<FetchDesignerPlaceholdersResponse>,ICrossViewScopeRequest<FetchDesignerPlaceholdersResponse>,Serializable
public class FetchDesignerPlaceholdersRequest extends Object
Requests the current additional placeholders from the active designer tab.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FetchDesignerPlaceholdersRequest(EContentView sourceContentView, EContentView targetContentView)Creates a new POJO request data object with the given data.FetchDesignerPlaceholdersRequest(String sourceTabId, String targetTabId)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 FetchDesignerPlaceholdersResponse>getResponseType()StringgetSourceTabId()StringgetTargetTabId()- 
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
- 
FetchDesignerPlaceholdersRequest
public FetchDesignerPlaceholdersRequest(EContentView sourceContentView, EContentView targetContentView)
Creates a new POJO request data object with the given data.- Parameters:
 sourceContentView- Tab from which the event originates.targetContentView- Tab to which the event should be sent.
 
- 
FetchDesignerPlaceholdersRequest
public FetchDesignerPlaceholdersRequest(String sourceTabId, String targetTabId)
Creates a new POJO request data object with the given data.- Parameters:
 sourceTabId- Value returned byIDesignerConversationRequest.getSourceTabId()targetTabId- Tab to which the event should be sent.
 
 - 
 
- 
Method Detail
- 
getResponseType
public Class<? extends FetchDesignerPlaceholdersResponse> getResponseType()
- Returns:
 - Type of the requested data.
 
 
- 
getTargetTabId
public String getTargetTabId()
- Returns:
 - Tab to which the event should be sent.
 
 
- 
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. 
 
 - 
 
 -