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:
  • Constructor Details

    • 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 by IDesignerConversationRequest.getSourceTabId()
      targetTabId - Tab to which the event should be sent.
  • Method Details