Package org.opencms.gwt.shared
Interface I_CmsEmbeddedDialogInfo
public interface I_CmsEmbeddedDialogInfo
AutoBean interface for the data needed to open an embedded Vaadin dialog from GWT.
-
Method Summary
Modifier and TypeMethodDescriptionGets the context type.Gets the dialog id.Gets the parameters.Gets the structure ids.voidsetContextType(String contextType) Sets the context type.voidsetDialogId(String dialogId) Sets the dialog id.voidsetParameters(Map<String, String> parameters) Sets the parameters.voidsetStructureIds(List<String> structureIds) Sets the structure ids.
-
Method Details
-
getContextType
Gets the context type.- Returns:
- the context type
-
getDialogId
Gets the dialog id.- Returns:
- the dialog id
-
getParameters
Gets the parameters.- Returns:
- the parameters
-
getStructureIds
Gets the structure ids.- Returns:
- the structure ids
-
setContextType
Sets the context type.- Parameters:
contextType- the new context type
-
setDialogId
Sets the dialog id.- Parameters:
dialogId- the new dialog id
-
setParameters
Sets the parameters.- Parameters:
parameters- the parameters
-
setStructureIds
Sets the structure ids.- Parameters:
structureIds- the structure ids
-