Search
Item.getLocked Method
See Also
 






Gets a value indicating whether users are forbidden to modify this item.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public abstract boolean getLocked ()

 Return Value

false if users are allowed to move the item thus changing its scheduled time; otherwise, true.

 See Also