| Package | Description |
|---|---|
| org.opencms.ui.contextmenu |
Contains code for workplace context menu
|
| Modifier and Type | Method and Description |
|---|---|
static CmsVisibilityCheckFlag |
CmsVisibilityCheckFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsVisibilityCheckFlag[] |
CmsVisibilityCheckFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CmsStandardVisibilityCheck.flag(CmsVisibilityCheckFlag flag)
Helper method to make checking for a flag very short (character count).
|
| Constructor and Description |
|---|
CmsStandardVisibilityCheck(CmsVisibilityCheckFlag... flags)
Creates a new instance using the given flags.
|