| Package | Description |
|---|---|
| org.opencms.gwt.shared.property |
| Modifier and Type | Method and Description |
|---|---|
static CmsClientProperty.Mode |
CmsClientProperty.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsClientProperty.Mode[] |
CmsClientProperty.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPathValue |
CmsClientProperty.getPathValue(CmsClientProperty.Mode mode)
Gets the path value for a specific access mode.
|
static CmsPathValue |
CmsClientProperty.getPathValue(CmsClientProperty property,
CmsClientProperty.Mode mode)
Gets the path value for a property object (which may be null) and a property access mode.
|