Packagecom.keepcore.calendar.view.transitions
Classpublic class TransitionConfig
InheritanceTransitionConfig Inheritance flash.events.EventDispatcher

The TransitionConfig class handles tansition configuration.



Public Properties
 PropertyDefined 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
Public Constants
 ConstantDefined By
  FADE : int = 1
[static]
TransitionConfig
  MOVE : int = 2
[static]
TransitionConfig
  NONE : int = 0
[static]
TransitionConfig
Property Detail
transitionDayToMonthTypeproperty
transitionDayToMonthType:int

Transition 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.


Implementation
    public function get transitionDayToMonthType():int
    public function set transitionDayToMonthType(value:int):void
transitionDayToWeekTypeproperty 
transitionDayToWeekType:int

Transition 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.


Implementation
    public function get transitionDayToWeekType():int
    public function set transitionDayToWeekType(value:int):void
transitionMonthToDayTypeproperty 
transitionMonthToDayType:int

Transition 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.


Implementation
    public function get transitionMonthToDayType():int
    public function set transitionMonthToDayType(value:int):void
transitionMonthToWeekTypeproperty 
transitionMonthToWeekType:int

Transition 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.


Implementation
    public function get transitionMonthToWeekType():int
    public function set transitionMonthToWeekType(value:int):void
transitionPreviousNextTypeproperty 
transitionPreviousNextType:int

Transition 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.


Implementation
    public function get transitionPreviousNextType():int
    public function set transitionPreviousNextType(value:int):void
transitionWeekToDayTypeproperty 
transitionWeekToDayType:int

Transition 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.


Implementation
    public function get transitionWeekToDayType():int
    public function set transitionWeekToDayType(value:int):void
transitionWeekToMonthTypeproperty 
transitionWeekToMonthType:int

Transition 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.


Implementation
    public function get transitionWeekToMonthType():int
    public function set transitionWeekToMonthType(value:int):void
transitionYearTypeproperty 
transitionYearType:int

Transition 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.


Implementation
    public function get transitionYearType():int
    public function set transitionYearType(value:int):void
Constant Detail
FADEConstant
public static const FADE:int = 1

MOVEConstant 
public static const MOVE:int = 2

NONEConstant 
public static const NONE:int = 0