static EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE |
The parent event type of all other activity event types.
|
static EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE_FINISHED |
The parent event type of all FINISHED activity event types.
|
static EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE_ONGOING |
The parent event type of all ONGOING activity event types.
|
static EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE_STARTED |
The parent event type of all STARTED activity event types.
|
static EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_DELETED |
An event type used when the user pressed the delete shortcut to delete an
activity.
|
static EventType<ActivityEvent> |
ActivityEvent.CHART_HIGH_VALUE_CHANGE_FINISHED |
|
static EventType<ActivityEvent> |
ActivityEvent.CHART_HIGH_VALUE_CHANGE_ONGOING |
|
static EventType<ActivityEvent> |
ActivityEvent.CHART_HIGH_VALUE_CHANGE_STARTED |
|
static EventType<ActivityEvent> |
ActivityEvent.CHART_LOW_VALUE_CHANGE_FINISHED |
|
static EventType<ActivityEvent> |
ActivityEvent.CHART_LOW_VALUE_CHANGE_ONGOING |
|
static EventType<ActivityEvent> |
ActivityEvent.CHART_LOW_VALUE_CHANGE_STARTED |
|
static EventType<ActivityEvent> |
ActivityEvent.CHART_VALUE_CHANGE_FINISHED |
An event type being used when the user has finished changing the chart
value of a MutableChartActivity .
|
static EventType<ActivityEvent> |
ActivityEvent.CHART_VALUE_CHANGE_ONGOING |
An event type being used when the user is in the process of changing the
chart value of a MutableChartActivity .
|
static EventType<ActivityEvent> |
ActivityEvent.CHART_VALUE_CHANGE_STARTED |
An event type being used when the user has started changing the chart
value of a MutableChartActivity .
|
static EventType<ActivityEvent> |
ActivityEvent.DRAG_DONE |
An event type being used when the user has finished dragging an activity.
|
static EventType<ActivityEvent> |
ActivityEvent.DRAG_FINISHED |
An event type being used when the user has finished dragging an activity
from one row to another and changing its start time at the same time
(diagonal drag).
|
static EventType<ActivityEvent> |
ActivityEvent.DRAG_ONGOING |
An event type being used when the user is in the process of dragging an
activity from one row to another and changing its start time at the same
time (diagonal drag).
|
static EventType<ActivityEvent> |
ActivityEvent.DRAG_STARTED |
An event type being used when the user has started dragging an activity
from one row to another and changing its start time at the same time
(diagonal drag).
|
static EventType<ActivityEvent> |
ActivityEvent.END_TIME_CHANGE_FINISHED |
An event type used when the end time of an activity has finished
changing.
|
static EventType<ActivityEvent> |
ActivityEvent.END_TIME_CHANGE_ONGOING |
An event type used when the end time of an activity is currently being
changed.
|
static EventType<ActivityEvent> |
ActivityEvent.END_TIME_CHANGE_STARTED |
An event type used when the user starts changing the end time of an
activity.
|
static EventType<ActivityEvent> |
ActivityEvent.HORIZONTAL_DRAG_FINISHED |
An event type being used when the user has finished dragging an activity
within its row, which means that the start and end time have both changed
at the same time.
|
static EventType<ActivityEvent> |
ActivityEvent.HORIZONTAL_DRAG_ONGOING |
An event type that gets used when the user is in the process of dragging
the activity within its row, changing the start and end time at the same
time.
|
static EventType<ActivityEvent> |
ActivityEvent.HORIZONTAL_DRAG_STARTED |
An event type being used when the user has started dragging an activity
within its row, which means that the start and end time will both change
at the same time.
|
static EventType<ActivityEvent> |
ActivityEvent.PERCENTAGE_CHANGE_FINISHED |
|
static EventType<ActivityEvent> |
ActivityEvent.PERCENTAGE_CHANGE_ONGOING |
An event type being used when the user is in the process of changing the
percentage complete value of a MutableCompletableActivity .
|
static EventType<ActivityEvent> |
ActivityEvent.PERCENTAGE_CHANGE_STARTED |
|
static EventType<ActivityEvent> |
ActivityEvent.START_TIME_CHANGE_FINISHED |
An event type used when the start time of an activity has finished
changing.
|
static EventType<ActivityEvent> |
ActivityEvent.START_TIME_CHANGE_ONGOING |
An event type used when the start time of an activity is currently being
changed.
|
static EventType<ActivityEvent> |
ActivityEvent.START_TIME_CHANGE_STARTED |
An event type used when the user is about to change the start time of an
activity.
|
static EventType<ActivityEvent> |
ActivityEvent.VERTICAL_DRAG_DONE |
An event type being used when the user has finished dragging an activity.
|
static EventType<ActivityEvent> |
ActivityEvent.VERTICAL_DRAG_FINISHED |
An event type being used when the user has finished dragging an activity
from one row to another while preserving the start and end time of the
activity.
|
static EventType<ActivityEvent> |
ActivityEvent.VERTICAL_DRAG_ONGOING |
An event type that gets used when the user is in the process of dragging
the activity from one row to another while preserving the start and end
time of the activity.
|
static EventType<ActivityEvent> |
ActivityEvent.VERTICAL_DRAG_STARTED |
An event type being used when the user has started dragging an activity
from one row to another while preserving the start and end time of the
activity.
|