| Package | Description |
|---|---|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| Modifier and Type | Method and Description |
|---|---|
CmsResourceTypeBean.TypeVisibility |
CmsResourceTypeBean.getVisibility()
Gets the visibility.
|
static CmsResourceTypeBean.TypeVisibility |
CmsResourceTypeBean.TypeVisibility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsResourceTypeBean.TypeVisibility[] |
CmsResourceTypeBean.TypeVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsResourceTypeBean.setVisibility(CmsResourceTypeBean.TypeVisibility visibility)
Sets the visibility.
|