-
printRect
java.awt.geom.Rectangle2D printRect
-
printScaleX
double printScaleX
-
printScaleY
double printScaleY
-
xPrint
double xPrint
-
yPrint
double yPrint
-
printRoot
java.lang.Object printRoot
-
updateItemLanesStart
DateTime updateItemLanesStart
-
updateItemLanesEnd
DateTime updateItemLanesEnd
-
itemSnapshot
java.util.HashSet<E> itemSnapshot
A temporary collection of all currently visible items, in respect to the current
group type. This collection is invalidated when:
- The schedule is replaced;
- The group type is changed;
- The group resources have changed;
If the item collection is changed or an item's associated resources are changed,
this collection is updated;
-
itemEffectsListener
ObservableListListener<E> itemEffectsListener
Item list listener.
-
itemEffectListener
java.beans.PropertyChangeListener itemEffectListener
-
shouldDragDraw
boolean shouldDragDraw
A flag indicating whether the calendar have to draw ar drag process
-
_rightToLeft
boolean _rightToLeft
Indicates whether control's elements are laid out from right to left.
-
_initializing
boolean _initializing
A flag indicating whether the component is in initialization mode.
-
_locale
java.util.Locale _locale
The Locale
associated with the component.
-
_bounds
java.awt.Rectangle _bounds
The bounding rectangle of the component, in local coordinates.
-
_controlAppearance
ControlAppearance _controlAppearance
The appearance of the calendar child controls.
-
_controlStyle
ControlStyle _controlStyle
The style of inherent controls.
-
_itemEditor
ItemEditor _itemEditor
The currently operating item editor.
-
showingCustomEditor
boolean showingCustomEditor
-
_itemEditContext
ItemEditContext _itemEditContext
The context of an item edit operation.
-
_itemEditing
boolean _itemEditing
Indicates whether an item is currently being edited.
-
_itemEditingCommand
ChangeItemCommand _itemEditingCommand
The command that registers in-place editing for undo/redo.
-
_inplaceAcceptOnEnter
boolean _inplaceAcceptOnEnter
A flag that specifies whether to accept an in-place
operation when Enter is hit.
-
_inplaceCancelOnEscape
boolean _inplaceCancelOnEscape
A flag that specifies whether to cancel an in-place
operation when Escape is hit.
-
_allowInplaceEdit
boolean _allowInplaceEdit
Indicates whether interactive in-place editing is allowed.
-
_allowInplaceCreate
boolean _allowInplaceCreate
Indicates whether interactive in-place creation is allowed.
-
_allowAutoScroll
boolean _allowAutoScroll
Indicates whether auto-scrolling is enabled.
-
_timer
java.util.Timer _timer
The timer.
-
_autoscrollTimerTask
java.util.TimerTask _autoscrollTimerTask
-
_delayEditTimerTask
java.util.TimerTask _delayEditTimerTask
-
_delayEditPoint
java.awt.Point _delayEditPoint
The point at which to start delayed in-place editing.
-
_date
DateTime _date
The first date displayed in the control.
-
_endDate
DateTime _endDate
-
_monthRangeSettings
MonthRangeSettings _monthRangeSettings
The month range settings.
-
_monthSettings
MonthSettings _monthSettings
The month settings.
-
_listViewSettings
ListViewSettings _listViewSettings
The list view settings.
-
_weekRangeSettings
WeekRangeSettings _weekRangeSettings
The week range settings.
-
_timetableSettings
TimetableSettings _timetableSettings
The timetable settings.
-
_resourceViewSettings
ResourceViewSettings _resourceViewSettings
The resource view settings.
-
_itemSettings
ItemSettings _itemSettings
The item settings.
-
_currentView
CalendarView _currentView
The type of the current view.
-
_currentSettings
ViewSettings _currentSettings
A reference to the current view settings.
-
_root
com.mindfusion.scheduling.Cell _root
The top-most cell in the composite hierarchy.
-
_selection
Selection _selection
Represents the set of selected elements.
-
_itemSelection
ItemSelection _itemSelection
Contains all selected items.
-
_mouseDownSelected
DateTime _mouseDownSelected
-
_mouseDownSelectedEnd
DateTime _mouseDownSelectedEnd
-
_initialSelected
DateTime _initialSelected
Contains the last selected date before the Shift key is pressed.
-
_initialSelectedEnd
DateTime _initialSelectedEnd
Contains the last selected date before the Shift key is pressed.
-
_lastSelected
DateTime _lastSelected
Contains the last selected date.
-
_lastSelectedListLane
int _lastSelectedListLane
The index of the last hit-tested lane in a ListView.
-
_lastSelectedEnd
DateTime _lastSelectedEnd
Contains the last selected date.
-
_lastSelectedResource
Resource _lastSelectedResource
Contains the resource related to the last selected date.
-
_lastSelectedResourcePath
com.mindfusion.scheduling.ResourcePath _lastSelectedResourcePath
Contains the resources related to the last selected date.
-
_lastSelectedAllDay
boolean _lastSelectedAllDay
Indicates whether the last selected date is an all-day date.
-
_tool
com.mindfusion.scheduling.Tool _tool
The mouse interaction tool. Valid only while the user is performing an interaction.
When the the interaction completes or is canceled, this reference is set to null.
-
_toolMoved
boolean _toolMoved
A flag indicating whether the tool has been updated in MouseMove.
-
_inplaceEdited
Item _inplaceEdited
A reference to the item being in-place edited.
-
_destroyOnCancel
boolean _destroyOnCancel
Flag indicating whether the in-place edited item
should be destroyed if the in-place operation is canceled.
-
_dayStyles
DateStyleList _dayStyles
Collection with days styles.
-
_monthStyles
DateStyleList _monthStyles
Collection with month styles.
-
_dayOfWeekStyles
DayOfWeekStyleList _dayOfWeekStyles
Collection with all styles for the days of the week.
-
_schedule
Schedule _schedule
The schedule associated with the calendar.
-
_images
com.mindfusion.scheduling.ResourceCache _images
Cached images.
-
_imageList
ImageList _imageList
The associated image list.
-
_showToolTips
boolean _showToolTips
Specifies whether to display tooltips.
-
_cursor
Cursor _cursor
The default cursor. One of the
Cursor
constants.
-
_hiddenItemsCursor
Cursor _hiddenItemsCursor
The cursor displayed when the mouse is over a hidden item.
One of the
Cursor
constants.
-
_itemMoveCursor
Cursor _itemMoveCursor
The cursor on item move.
One of the
Cursor
constants.
-
_itemHResizeCursor
Cursor _itemHResizeCursor
The cursor on item horizontal resize.
One of the
Cursor
constants.
-
_itemVResizeCursor
Cursor _itemVResizeCursor
The cursor on item vertical resize.
One of the
Cursor
constants.
-
_itemDragCursor
Cursor _itemDragCursor
The cursor on item drag.
One of the
Cursor
constants.
-
_itemNoDragCursor
Cursor _itemNoDragCursor
The cursor when item is not allowed to be dragged.
One of the
Cursor
constants.
-
_columnResizeCursorV
Cursor _columnResizeCursorV
The cursor displayed when the schedule columns are resized.
One of the
Cursor
constants.
-
_columnResizeCursorH
Cursor _columnResizeCursorH
The cursor displayed when the schedule columns are resized.
One of the
Cursor
constants.
-
_rowHeaderResizeCursor
Cursor _rowHeaderResizeCursor
The cursor displayed when the schedule columns are resized.
One of the
Cursor
constants.
-
_dateTimeInfo
DateTimeInfo _dateTimeInfo
An object providing date and time-related information.
-
_interactiveItemType
java.lang.Class<T> _interactiveItemType
The type of item that would be created when the user creates
an item interactively.
-
_customDraw
java.util.EnumSet<E extends java.lang.Enum<E>> _customDraw
Flag indicating whether custom drawing is enabled.
One or more of the
CustomDrawElements
constants.
-
_buttonOffset
int _buttonOffset
The margin of the navigation buttons.
-
_buttonSize
int _buttonSize
The size of the navigation buttons.
-
_theme
Theme _theme
The current theme. This should never be null.
-
_controls
com.mindfusion.scheduling.CalendarControls _controls
The child controls of the calendar.
-
_delayInplaceEdit
boolean _delayInplaceEdit
Indicates whether in-place editing occurs a second or two
after the item was clicked.
-
_contacts
ResourceList<R extends Resource> _contacts
The contacts to group by.
-
_resources
ResourceList<R extends Resource> _resources
The resources to group by.
-
_locations
ResourceList<R extends Resource> _locations
The locations to group by.
-
_tasks
ResourceList<R extends Resource> _tasks
The tasks to group by.
-
_groupType
GroupType _groupType
The type of the grouping.
One of the
GroupType
constants.
-
_secondaryGroupType
GroupType _secondaryGroupType
The type of the secondary grouping.
One of the
GroupType
constants.
-
_tertiaryGroupType
GroupType _tertiaryGroupType
The type of the tertiary grouping.
One of the
GroupType
constants.
-
_customGroupType
java.lang.reflect.Type _customGroupType
-
_customSecondaryGroupType
java.lang.reflect.Type _customSecondaryGroupType
-
_customTertiaryGroupType
java.lang.reflect.Type _customTertiaryGroupType
-
_dragFeedBackType
DragFeedBackType _dragFeedBackType
The Dragged item type
-
_contactNameFormat
java.lang.String _contactNameFormat
The format used to display contact names.
-
_allowDrag
boolean _allowDrag
A flag specifying whether dragging can be initiated
within the control.
-
_itemDragKey
int _itemDragKey
The modifier key which, if down, would begin drag-drop
operation when the user clicks an item.
One of the KeyEvent constants.
-
_itemChangeResourceKey
int _itemChangeResourceKey
The modifier key which, if down, would enable the user to drag
the item from one resource to another in a grouped view.
-
_itemCloneKey
int _itemCloneKey
The modifier key, which, if down, would clone
the item when the user starts dragging it.
One of the KeyEvent constants.
-
_rescheduleRecurrenceKey
int _rescheduleRecurrenceKey
The modifier key, which, if down, would reschedule recurrent items
when the user drags them with the mouse.
-
_itemTooltipFormat
java.lang.String _itemTooltipFormat
The format of the item tooltips.
-
_minItemLength
int _minItemLength
The minimal item length for interactively created items (in minutes).
-
_ensureVisibleSelection
boolean _ensureVisibleSelection
Flag, indicating whether the selected cells should be
always brought into view.
-
_keepItemSelection
boolean _keepItemSelection
Indicates whether the selection is preserved when
an item from the selection is clicked, or only the
clicked item is selected.
-
_enableKeyboard
boolean _enableKeyboard
A flag indicating whether keyboard operations are enabled.
-
_isSelecting
boolean _isSelecting
A flag set by default to true, indicating that dragging in the
calendar results in selecting of cells. When the value of the
flag is false, dragging results in deselecting of cells.
-
_enableDragCreate
boolean _enableDragCreate
Indicates whether item-on-drag creation is enabled.
-
_startEditAfterModify
boolean _startEditAfterModify
Indicates whether item are automatically in-place edited
after they are modified.
-
_dragCreating
boolean _dragCreating
Flag, indicating that the user has left-clicked with the
mouse we will start creating a new item when the mouse is moved.
-
_dragPaused
boolean _dragPaused
Flag indicating whether the current drag operation is paused.
-
_clickedDate
DateTime _clickedDate
The exact date that was clicked last.
-
_pointedItem
com.mindfusion.scheduling.UniqueItem _pointedItem
The item currently being pointed by the mouse, or null,
if no item is being pointed.
-
_currentTime
DateTime _currentTime
The explicitly specified current time (or null, to use the actual current time).
-
_dragItemsOnDisabledAreas
boolean _dragItemsOnDisabledAreas
A flag indicating whether items position should be updated
when the item is dragged over an area, which do not allow items.
-
_itemModificationStyle
ItemModificationStyle _itemModificationStyle
The interactive modification style of items.
-
modifiedItemInfo
ExtendedHashMap<K,V> modifiedItemInfo
-
trackItemCounter
int trackItemCounter
-
itemEffects
ObservableList<E> itemEffects
-
altDown
boolean altDown
-
controlDown
boolean controlDown
-
shiftDown
boolean shiftDown
-
lastKeyPressWhen
long lastKeyPressWhen
The timestamp of the last key press.
-
printOptions
PrintOptions printOptions
The print options.
-
allowMoveUnselectedItems
boolean allowMoveUnselectedItems
-
calendarListeners
javax.swing.event.EventListenerList calendarListeners
The list with registered calendar listeners.
-
scheduleListener
ScheduleAdapter scheduleListener
Schedule listener.
-
toolListener
com.mindfusion.scheduling.ToolListener toolListener
Tool listener.
-
settingListener
com.mindfusion.scheduling.ViewSettingsListener settingListener
Settings listener.
-
resourcesListener
BaseListListener<E> resourcesListener
Resources listener.
-
contactsListener
BaseListListener<E> contactsListener
Contacts listener.
-
locationsListener
BaseListListener<E> locationsListener
Locations listener.
-
tasksListener
BaseListListener<E> tasksListener
Tasks listener.
-
selectionListener
com.mindfusion.scheduling.SelectionListener selectionListener
Selection listener.
-
itemSelectionListener
com.mindfusion.scheduling.ItemSelectionListener itemSelectionListener
Item selection listener.
-
itemSettingsListener
ChangeListener itemSettingsListener
Item settings listener.
-
calendarControlsListener
com.mindfusion.scheduling.CalendarControlsListener calendarControlsListener
Calendar controls listener.
-
controlStyleListener
ChangeListener controlStyleListener
Control style listener.