org.opencms.gwt.shared
Class CmsMenuCommandParameters

java.lang.Object
  extended by org.opencms.gwt.shared.CmsMenuCommandParameters

public final class CmsMenuCommandParameters
extends Object

A class which contains constants for menu command parameters.


Field Summary
static String PARAM_DIALOG_HEIGHT
          Parameter key for dialog height.
static String PARAM_DIALOG_URI
          Parameter key for dialog URI.
static String PARAM_DIALOG_WIDTH
          Parameter key for dialog width.
static String PARAM_FILENAME
          Parameter key for file names.
static String PARAM_RELOAD
          Parameter for 'reload on edit'.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_FILENAME

public static final String PARAM_FILENAME
Parameter key for file names.

See Also:
Constant Field Values

PARAM_RELOAD

public static final String PARAM_RELOAD
Parameter for 'reload on edit'.

See Also:
Constant Field Values

PARAM_DIALOG_URI

public static final String PARAM_DIALOG_URI
Parameter key for dialog URI.

See Also:
Constant Field Values

PARAM_DIALOG_HEIGHT

public static final String PARAM_DIALOG_HEIGHT
Parameter key for dialog height.

See Also:
Constant Field Values

PARAM_DIALOG_WIDTH

public static final String PARAM_DIALOG_WIDTH
Parameter key for dialog width.

See Also:
Constant Field Values