Package | com.flexcalendar.components.calendar.utils |
Class | public class ItemUtils |
Inheritance | ItemUtils ![]() |
Method | Defined By | ||
---|---|---|---|
[static]
Helper method that determines whether new item can be created or not
| ItemUtils | ||
isItemSpecial(itemDetails:ItemDetails):Boolean [static] | ItemUtils |
canNewItemBeCreated | () | method |
public static function canNewItemBeCreated(context:ICalendarContext, renderer:ICalendarItemRenderer = null):Boolean
Helper method that determines whether new item can be created or not
Parameters
context:ICalendarContext | |
renderer:ICalendarItemRenderer (default = null ) — if renderer is null (default value) there is no renderers under clicking place
|
Boolean |
isItemSpecial | () | method |
public static function isItemSpecial(itemDetails:ItemDetails):Boolean
Parameters
itemDetails:ItemDetails |
Boolean |