Search
Item.setLocked Method
See Also
 






Sets 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 void setLocked (
    boolean value
)

 Parameters

value

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

 See Also