| Package | com.keepcore.calendar.view.transitions |
| Class | public class TransitionConfig |
| Inheritance | TransitionConfig flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| transitionDayToMonthType : int
Transition used when going from day to month (day in the month). | TransitionConfig | ||
| transitionDayToWeekType : int
Transition used when going from day to week (day in the week). | TransitionConfig | ||
| transitionMonthToDayType : int
Transition used when going from day to month (day in the month). | TransitionConfig | ||
| transitionMonthToWeekType : int
Transition used when going from month to week (week in the month). | TransitionConfig | ||
| transitionPreviousNextType : int
Transition used when going to previous or next day/week/month/year. | TransitionConfig | ||
| transitionWeekToDayType : int
Transition used when going from week to day (day in the week). | TransitionConfig | ||
| transitionWeekToMonthType : int
Transition used when going from week to month (week in the month). | TransitionConfig | ||
| transitionYearType : int
Transition used when going from and to year. | TransitionConfig | ||
| Constant | Defined By | ||
|---|---|---|---|
| FADE : int = 1 [static] | TransitionConfig | ||
| MOVE : int = 2 [static] | TransitionConfig | ||
| NONE : int = 0 [static] | TransitionConfig | ||
| transitionDayToMonthType | property |
transitionDayToMonthType:intTransition used when going from day to month (day in the month). Property can be set to change transition behavior. Allowed values are TransitionConfig.NONE, TransitionConfig.MOVE & TransitionConfig.FADE.
The default value is TransitionConfig.MOVE.
This property can be used as the source for data binding.
public function get transitionDayToMonthType():int public function set transitionDayToMonthType(value:int):void| transitionDayToWeekType | property |
transitionDayToWeekType:intTransition used when going from day to week (day in the week). Property can be set to change transition behavior. Allowed values are TransitionConfig.NONE, TransitionConfig.MOVE & TransitionConfig.FADE.
The default value is TransitionConfig.MOVE.
This property can be used as the source for data binding.
public function get transitionDayToWeekType():int public function set transitionDayToWeekType(value:int):void| transitionMonthToDayType | property |
transitionMonthToDayType:intTransition used when going from day to month (day in the month). Property can be set to change transition behavior. Allowed values are TransitionConfig.NONE, TransitionConfig.MOVE & TransitionConfig.FADE.
The default value is TransitionConfig.MOVE.
This property can be used as the source for data binding.
public function get transitionMonthToDayType():int public function set transitionMonthToDayType(value:int):void| transitionMonthToWeekType | property |
transitionMonthToWeekType:intTransition used when going from month to week (week in the month). Property can be set to change transition behavior. Allowed values are TransitionConfig.NONE, TransitionConfig.MOVE & TransitionConfig.FADE.
The default value is TransitionConfig.MOVE.
This property can be used as the source for data binding.
public function get transitionMonthToWeekType():int public function set transitionMonthToWeekType(value:int):void| transitionPreviousNextType | property |
transitionPreviousNextType:intTransition used when going to previous or next day/week/month/year. Property can be set to change transition behavior. Allowed values are TransitionConfig.NONE, TransitionConfig.MOVE & TransitionConfig.FADE.
The default value is TransitionConfig.MOVE.
This property can be used as the source for data binding.
public function get transitionPreviousNextType():int public function set transitionPreviousNextType(value:int):void| transitionWeekToDayType | property |
transitionWeekToDayType:intTransition used when going from week to day (day in the week). Property can be set to change transition behavior. Allowed values are TransitionConfig.NONE, TransitionConfig.MOVE & TransitionConfig.FADE.
The default value is TransitionConfig.MOVE.
This property can be used as the source for data binding.
public function get transitionWeekToDayType():int public function set transitionWeekToDayType(value:int):void| transitionWeekToMonthType | property |
transitionWeekToMonthType:intTransition used when going from week to month (week in the month). Property can be set to change transition behavior. Allowed values are TransitionConfig.NONE, TransitionConfig.MOVE & TransitionConfig.FADE.
The default value is TransitionConfig.MOVE.
This property can be used as the source for data binding.
public function get transitionWeekToMonthType():int public function set transitionWeekToMonthType(value:int):void| transitionYearType | property |
transitionYearType:intTransition used when going from and to year. Property can be set to change transition behavior. Allowed values are TransitionConfig.NONE & TransitionConfig.FADE.
The default value is TransitionConfig.FADE.
This property can be used as the source for data binding.
public function get transitionYearType():int public function set transitionYearType(value:int):void| FADE | Constant |
public static const FADE:int = 1| MOVE | Constant |
public static const MOVE:int = 2| NONE | Constant |
public static const NONE:int = 0