Search
Item.setPriority Method
See Also
 






Sets the priority of this item.

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

 Syntax

Java  Copy Code

public void setPriority (
    int value
)

 Parameters

value

An integer value, specifying the item's priority.

 Remarks

Items with higher priority have a better chance to be displayed prior items with lower priority. If two items start and end at the same time, the item with higher getPriority will be displayed before the item with lower getPriority. In other words, this property gives you control over the order of the items.

 See Also