public static enum CmsBasicDialog.DialogWidth extends java.lang.Enum<CmsBasicDialog.DialogWidth>
Enum Constant and Description |
---|
content
Depending on the content.
|
max
The maximum width of 90% of the window width.
|
narrow
The default width of 600px.
|
wide
The wide width of 800px.
|
Modifier and Type | Method and Description |
---|---|
static CmsBasicDialog.DialogWidth |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsBasicDialog.DialogWidth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsBasicDialog.DialogWidth content
public static final CmsBasicDialog.DialogWidth max
public static final CmsBasicDialog.DialogWidth narrow
public static final CmsBasicDialog.DialogWidth wide
public static CmsBasicDialog.DialogWidth[] values()
for (CmsBasicDialog.DialogWidth c : CmsBasicDialog.DialogWidth.values()) System.out.println(c);
public static CmsBasicDialog.DialogWidth valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null