| Package | Description |
|---|---|
| org.opencms.gwt.shared |
Core shared stuff.
|
| Modifier and Type | Method and Description |
|---|---|
CmsClientLock.LockType |
CmsClientLock.getLockType()
Returns the lock type.
|
static CmsClientLock.LockType |
CmsClientLock.LockType.valueOf(int mode)
Returns the lock type according to the given mode.
|
static CmsClientLock.LockType |
CmsClientLock.LockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsClientLock.LockType[] |
CmsClientLock.LockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsClientLock.setLockType(CmsClientLock.LockType lockType)
Sets the lock type.
|