public class DateEvent
extends java.util.EventObject
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
getBounds()
Gets the bounding rectangle of the clicked date cell.
|
int |
getButton()
Gets the pressed mouse button.
|
int |
getClicks()
Gets the number of clicks.
|
DateTime |
getDate()
Gets the date and time associated with the event.
|
int |
getIndex()
Gets the index (if any) of the calendar cell related to the event or -1 otherwise.
|
public DateTime getDate()
DateTime
object specifying the date related to the raised event.public int getButton()
public int getClicks()
public java.awt.Rectangle getBounds()
public int getIndex()