Package org.opencms.gwt.shared
Class CmsMenuCommandParameters
java.lang.Object
org.opencms.gwt.shared.CmsMenuCommandParameters
A class which contains constants for menu command parameters.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Parameter key for dialog height.static final String
Parameter key for dialog URI.static final String
Parameter key for dialog width.static final String
Parameter key for file names.static final String
Parameter for 'reload on edit'.static final String
Parameter to open the edit dialog in the same window, not using any overlays and iFrames. -
Method Summary
-
Field Details
-
PARAM_DIALOG_HEIGHT
Parameter key for dialog height.- See Also:
-
PARAM_DIALOG_URI
Parameter key for dialog URI.- See Also:
-
PARAM_DIALOG_WIDTH
Parameter key for dialog width.- See Also:
-
PARAM_FILENAME
Parameter key for file names.- See Also:
-
PARAM_RELOAD
Parameter for 'reload on edit'.- See Also:
-
PARAM_USE_SELF
Parameter to open the edit dialog in the same window, not using any overlays and iFrames.- See Also:
-