Search
Item Methods
 


 Public Methods

  Name Description

addItemListener

Adds a ItemListener to the item.

clone

Creates a clone of this item.

getAllDayEvent

Gets a value indicating whether the item represents an all day event.

getAllowChangeEnd

Gets a value indicating whether users are allowed to change the item's end time.

getAllowChangeStart

Gets a value indicating whether users are allowed to change the item's start time.

getAllowMove

Gets a value indicating whether users are allowed to move the item.

getContacts

Gets a list with all contacts associated with this item.

getDescriptionText

Gets the description displayed for this item by scheduling controls.

getEndTime

Gets the item's scheduled end time.

getHeaderText

Gets the header text displayed for this item by scheduling controls.

getId

Gets the string identifier of this item.

getLocation

Gets the location associated with this item.

getLocked

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

getOccurrenceIndex

Gets the index of a repeating occurrence of a recurring item.

getPointedSelectedStyle

Gets the style associated with the item.

getPointedStyle

Gets the style associated with the item.

getPriority

Gets the priority of this item.

getRecurrence

Gets the recurrence pattern of this item.

getRecurrenceState

Gets the recurrence state of this item.

getReminder

Gets the reminder for this item.

getResources

Gets a list with all resources associated with this item.

getSelectedStyle

Gets the selected style associated with the item.

getStartTime

Gets the item's scheduled start time.

getStyle

Gets a style associated with the item.

getTag

Gets custom data associated with the item.

getTask

Gets the task associated with this item.

getVisible

Gets a flag indicating whether the item is visible or not.

hashCode

Returns a hash code for this item.

loadFrom

Overloaded.  

removeItemListener

Removes the specified ItemListener from the item.

saveTo

Overloaded.  

setAllDayEvent

Sets a value indicating whether the item represents an all day event.

setAllowChangeEnd

Sets a value indicating whether users are allowed to change the item's end time.

setAllowChangeStart

Sets a value indicating whether users are allowed to change the item's start time.

setAllowMove

Sets a value indicating whether users are allowed to move the item.

setDescriptionText

Sets the description displayed for this item by scheduling controls.

setEndTime

Sets the item's scheduled end time.

setHeaderText

Sets the header text displayed for this item by scheduling controls.

setId

Sets the string identifier of this item.

setLocation

Sets the location associated with this item.

setLocked

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

setPointedSelectedStyle

Sets the style associated with the item.

setPointedStyle

Sets the style associated with the item.

setPriority

Sets the priority of this item.

setRecurrence

Sets the recurrence pattern of this item.

setReminder

Sets the reminder for this item.

setSelectedStyle

Sets the selected style associated with the item.

setStartTime

Sets the item's scheduled start time.

setStyle

Sets a style associated with the item.

setTag

Sets custom data associated with the item.

setTask

Sets the task associated with this item.

setVisible

Sets a flag indicating whether the item is visible or not.

 Protected Methods

  Name Description

copyOccurrence

Called by the recurrence whenever a new occurrence is being generated in order to populate the fields of the instance from the master item.

createState

Creates an item state corresponding to the concrete type of this item.

onVisualsChanged

Forces the item to be repainted.

restoreState

Restores the state of this item.

saveState

Saves the state of this item.

 See Also