Sets the priority of this item.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public void setPriority ( |
An integer value, specifying the item's priority.
RemarksItems 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