Skip to main content

GroupLockSettings Class

Contains lock settings for group shapes.

Declaration

public class GroupLockSettings extends CommonObjectLockSettings

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

GroupLockSettings()

Initializes a new instance of the GroupLockSettings class.

Declaration

public GroupLockSettings()

Methods

deepClone() Method

Clones the current GroupLockSettings instance.

Declaration

public GroupLockSettings deepClone()

Returns

Type Description
GroupLockSettings

The cloned GroupLockSettings instance.

getDisableResize() Method

Disables group shape resize handles.

Declaration

public boolean getDisableResize()

Returns

Type Description
boolean

true if a user cannot resize the group shape; otherwise, false.

getDisableRotation() Method

Disables the group shape rotation handle.

Declaration

public boolean getDisableRotation()

Returns

Type Description
boolean

true if a user cannot rotate the group shape; otherwise, false.

getDisableUngrouping() Method

Disables shape ungroup operation.

Declaration

public boolean getDisableUngrouping()

Returns

Type Description
boolean

true if a user cannot ungroup the group shape; otherwise, false.

setDisableResize(boolean value) Method

Disables group shape resize handles.

Declaration

public void setDisableResize(boolean value)

Parameters

Name Type Description
value boolean

true if a user cannot resize the group shape; otherwise, false.

setDisableRotation(boolean value) Method

Disables the group shape rotation handle.

Declaration

public void setDisableRotation(boolean value)

Parameters

Name Type Description
value boolean

true if a user cannot rotate the group shape; otherwise, false.

setDisableUngrouping(boolean value) Method

Disables shape ungroup operation.

Declaration

public void setDisableUngrouping(boolean value)

Parameters

Name Type Description
value boolean

true if a user cannot ungroup the group shape; otherwise, false.