Interface I_CmsEmbeddedDialogInfo


  • public interface I_CmsEmbeddedDialogInfo
    AutoBean interface for the data needed to open an embedded Vaadin dialog from GWT.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getContextType()
      Gets the context type.
      java.lang.String getDialogId()
      Gets the dialog id.
      java.util.Map<java.lang.String,​java.lang.String> getParameters()
      Gets the parameters.
      java.util.List<java.lang.String> getStructureIds()
      Gets the structure ids.
      void setContextType​(java.lang.String contextType)
      Sets the context type.
      void setDialogId​(java.lang.String dialogId)
      Sets the dialog id.
      void setParameters​(java.util.Map<java.lang.String,​java.lang.String> parameters)
      Sets the parameters.
      void setStructureIds​(java.util.List<java.lang.String> structureIds)
      Sets the structure ids.
    • Method Detail

      • getContextType

        java.lang.String getContextType()
        Gets the context type.
        Returns:
        the context type
      • getDialogId

        java.lang.String getDialogId()
        Gets the dialog id.
        Returns:
        the dialog id
      • getParameters

        java.util.Map<java.lang.String,​java.lang.String> getParameters()
        Gets the parameters.
        Returns:
        the parameters
      • getStructureIds

        java.util.List<java.lang.String> getStructureIds()
        Gets the structure ids.
        Returns:
        the structure ids
      • setContextType

        void setContextType​(java.lang.String contextType)
        Sets the context type.
        Parameters:
        contextType - the new context type
      • setDialogId

        void setDialogId​(java.lang.String dialogId)
        Sets the dialog id.
        Parameters:
        dialogId - the new dialog id
      • setParameters

        void setParameters​(java.util.Map<java.lang.String,​java.lang.String> parameters)
        Sets the parameters.
        Parameters:
        parameters - the parameters
      • setStructureIds

        void setStructureIds​(java.util.List<java.lang.String> structureIds)
        Sets the structure ids.
        Parameters:
        structureIds - the structure ids