A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
acceptItemsInLimitedEditModeAlwaysButInUnavailableSpace — Property, class com.flexcalendar.components.calendar.FlexCalendar |
|
Flag that indicates whether items can be placed outside available spaces in limited edit mode. |
acceptItemsInLimitedEditModeAlwaysButInUnavailableSpace — Property, class com.flexcalendar.components.calendar.utils.context.CalendarContext |
|
When this flag is enabled it's not required to create available spaces in limited edit mode. |
acceptItemsInLimitedEditModeAlwaysButInUnavailableSpace — Property, interface com.flexcalendar.components.calendar.utils.context.ICalendarContext |
|
When this flag is enabled it's not required to create available spaces in limited edit mode. |
add(itemDetails:com.flexcalendar.components.calendar.utils:ItemDetails) — method, class com.flexcalendar.components.calendar.utils.ItemsBlock |
|
Add new item to this block
|
ADD — Constant Static Property, class com.flexcalendar.components.calendar.displayClasses.renderers.CalendarRendererPositionFunction |
|
CalendarRenderer can be added. |
addAlarm(alarm:com.flexcalendar.components.calendar.core.dataModel:Alarm) — method, class com.flexcalendar.components.calendar.core.dataModel.CalendarItem |
| |
addAlarm(alarm:com.flexcalendar.components.calendar.core.dataModel:Alarm) — method, interface com.flexcalendar.components.calendar.core.dataModel.ICalendarItem |
|
Returns number of alarms in the current calendar item
|
addClickHandlers() — method, class com.flexcalendar.components.calendar.displayClasses.grids.BaseGrid |
|
Adds mouse event for clicking and double-clicking on the component
|
addComponents() — method, class com.flexcalendar.components.calendar.displayClasses.renderers.defaults.DefaultCalendarDayViewItemRenderer |
| |
addCursor — Style, class com.flexcalendar.components.calendar.FlexCalendar |
| Cursor image to indicate that item can be added. |
| |
addCursor — Property, class com.flexcalendar.components.calendar.mouseHandling.CalendarCursorManager |
| |
addDays(date:Date, days:int) — Static Method , class com.flexcalendar.components.calendar.utils.DateUtils |
|
Add selected amount of days to specified date
|
addDurationLabel() — method, class com.flexcalendar.components.calendar.displayClasses.renderers.defaults.DefaultCalendarDayViewItemRenderer |
| |
addDurationLabelForShortEvent() — method, class com.flexcalendar.components.calendar.displayClasses.renderers.defaults.DefaultCalendarDayViewItemRenderer |
| |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.flexcalendar.components.calendar.displayClasses.decoration.RendererColors |
| |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.flexcalendar.components.calendar.editor.ItemEditorVO |
| |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.flexcalendar.components.calendar.editor.baloon.BaloonItemEditor |
| |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.flexcalendar.components.calendar.events.AlarmEvent |
| |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.flexcalendar.components.calendar.utils.ItemDetails |
| |
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, weakRef:Boolean) — method, class com.flexcalendar.components.calendar.utils.RendererClassFactory |
| |
addEventListeners() — method, class com.flexcalendar.components.calendar.mouseHandling.BasicDragManager |
|
Add event listeners to grid. |
addHandlersToItemSet(itemSet:com.flexcalendar.components.calendar.core.dataModel:ICalendarItemSet) — method, class com.flexcalendar.components.calendar.core.dataModel.CalendarDataProvider |
| |
addItem(item:com.flexcalendar.components.calendar.core.dataModel:ICalendarItem) — method, class com.flexcalendar.components.calendar.core.dataModel.CalendarItemSet |
|
Add new item to the item set. |
addItem(item:com.flexcalendar.components.calendar.core.dataModel:ICalendarItem) — method, interface com.flexcalendar.components.calendar.core.dataModel.ICalendarItemSet |
|
Adds item to items collection
|
addItemAsSpace(item:com.flexcalendar.components.calendar.core.dataModel:ICalendarItem, itemType:int) — method, class com.flexcalendar.components.calendar.core.dataModel.CalendarItemSet |
|
Adds item to items collection as space of given type. |
addItemAsSpace(item:com.flexcalendar.components.calendar.core.dataModel:ICalendarItem, itemType:int) — method, interface com.flexcalendar.components.calendar.core.dataModel.ICalendarItemSet |
|
Adds item to items collection as space of given type. |
addItemSet(itemSet:com.flexcalendar.components.calendar.core.dataModel:ICalendarItemSet) — method, class com.flexcalendar.components.calendar.core.dataModel.CalendarDataProvider |
|
Adds item set to item sets collection
|
addItemSet(itemSet:com.flexcalendar.components.calendar.core.dataModel:ICalendarItemSet) — method, interface com.flexcalendar.components.calendar.core.dataModel.ICalendarDataProvider |
|
Adds item set to item sets collection
|
addRecurImage() — method, class com.flexcalendar.components.calendar.displayClasses.renderers.defaults.DefaultCalendarDayViewItemRenderer |
| |
addressAvailable — Property, class com.flexcalendar.components.calendar.editor.baloon.BaloonItemEditor |
| |
addSeparator() — method, class com.flexcalendar.components.calendar.core.dataModel.formatICalendar.RecurStringBuilder |
| |
Alarm — class, package com.flexcalendar.components.calendar.core.dataModel |
|
Class describing alarm added to the CalendarItem
|
Alarm(alarmType:com.flexcalendar.components.calendar.core.dataModel:AlarmType, value:int) — Constructor, class com.flexcalendar.components.calendar.core.dataModel.Alarm |
|
Creates new alarm associated with CalendarItem
|
AlarmEvent — class, package com.flexcalendar.components.calendar.events |
|
This event is dispatched for CalendarItems with alarm set. |
AlarmEvent(itemDetails:com.flexcalendar.components.calendar.utils:ItemDetails) — Constructor, class com.flexcalendar.components.calendar.events.AlarmEvent |
|
Default constructor
|
AlarmObserver — class, package com.flexcalendar.components.calendar.utils |
|
This class holds logic for the alarm functionality
|
AlarmObserver(calendarContext:com.flexcalendar.components.calendar.utils.context:CalendarContext) — Constructor, class com.flexcalendar.components.calendar.utils.AlarmObserver |
|
Creates alarm observer - basically, there should be only one AlarmObserver per FlexCalendar instance
|
alarms — Property, class com.flexcalendar.components.calendar.core.dataModel.CalendarItem |
|
Returns array collection of alarms - each of Alarm type
|
alarmsAvailable — Property, class com.flexcalendar.components.calendar.editor.baloon.BaloonItemEditor |
| |
alarmType — Property, class com.flexcalendar.components.calendar.core.dataModel.Alarm |
| |
AlarmType — class, package com.flexcalendar.components.calendar.core.dataModel |
|
Type of alarm, can be one of:
- MINUTE
- HOUR
- DAY
- WEEK
|
AlarmType(type:String) — Constructor, class com.flexcalendar.components.calendar.core.dataModel.AlarmType |
| |
alarmVariants — Property, class com.flexcalendar.components.calendar.editor.builders.AlarmVariantsBuilder |
| |
AlarmVariantsBuilder — class, package com.flexcalendar.components.calendar.editor.builders |
| |
AlarmVariantsBuilder() — Constructor, class com.flexcalendar.components.calendar.editor.builders.AlarmVariantsBuilder |
| |
AVAILABLE_SPACE — Constant Static Property, class com.flexcalendar.components.calendar.core.dataModel.ItemType |
|
[PRO-LICENCE-REQUIRED]
Space that allows for creating new events onto it (for example working hours). |
availableSpaceIsMoreImportantThanUnavailableSpace — Property, class com.flexcalendar.components.calendar.FlexCalendar |
|
Flag that indicates whether available space is more important than unavailable space. |
availableSpaceIsMoreImportantThanUnavailableSpace — Property, class com.flexcalendar.components.calendar.utils.context.CalendarContext |
|
Flag that indicates whether available space is more important than unavailable space. |
availableSpaceIsMoreImportantThanUnavailableSpace — Property, interface com.flexcalendar.components.calendar.utils.context.ICalendarContext |
|
Flag that indicates whether available space is more important than unavailable space. |
availableSpaceRenderersFactory — Property, class com.flexcalendar.components.calendar.displayClasses.grids.DayViewGrid |
|
Class factory for available space renderers
|
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |