Search
TooltipEvent Members
Methods
 


Contains the arguments passed to handlers of the CalendarListener.tooltipDisplaying event.

The following tables list the members exposed by the TooltipEvent type.

 Public Methods

  Name Description

getElement

Gets the element whose tooltip is being displayed.

getResource

Gets the resource associated with the calendar element or null if none.

getTime

Gets the time associated with the calendar element or DateTime.MinValue if none.

getTooltip

Gets the tooltip of the element.

setTooltip

Sets the tooltip of the element.

 See Also