Class CalendarableItemEvent
java.lang.Object
org.eclipse.nebula.widgets.compositetable.day.CalendarableItemEvent
public class CalendarableItemEvent
extends java.lang.Object
Instances of this class are sent as a result of
events such insertion, deletion, or disposal of
CalendarableItem objects.
- Since:
- 3.2
-
Field Summary
Fields Modifier and Type Field Description CalendarableItemcalendarableItemThe CalenderableItem that should be processed in this operation.booleandoitSet to true by default.java.lang.ObjectresultReturns the result of the operation. -
Constructor Summary
Constructors Constructor Description CalendarableItemEvent() -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()
-
Field Details
-
doit
public boolean doitSet to true by default. Setting this field to false aborts the requested operation, as appropriate. For example, setting this field to false in a deletion operation cancels the delete operation. -
calendarableItem
The CalenderableItem that should be processed in this operation. -
result
public java.lang.Object resultReturns the result of the operation. In the case of an edit operation, this must contain (oldStartTime, oldEndTime, newStartTime, newEndTime) if any of (startTime, endTime) have changed.
-
-
Constructor Details
-
CalendarableItemEvent
public CalendarableItemEvent()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-