Packagefeathers.controls
Classpublic class PageIndicatorInteractionMode
InheritancePageIndicatorInteractionMode Inheritance Object

Product Version : Feathers 3.0.0

Interaction modes for page indicators.

See also

feathers.controls.PageIndicator


Public Constants
 ConstantDefined By
  PRECISE : String = "precise"
[static] Touching the page indicator on a symbol will select that symbol's exact index.
PageIndicatorInteractionMode
  PREVIOUS_NEXT : String = "previousNext"
[static] Touching the page indicator on the left of the selected symbol will select the previous index and to the right of the selected symbol will select the next index.
PageIndicatorInteractionMode
Constant Detail
PRECISEConstant
public static const PRECISE:String = "precise"

Product Version : Feathers 3.0.0

Touching the page indicator on a symbol will select that symbol's exact index.

PREVIOUS_NEXTConstant 
public static const PREVIOUS_NEXT:String = "previousNext"

Product Version : Feathers 3.0.0

Touching the page indicator on the left of the selected symbol will select the previous index and to the right of the selected symbol will select the next index.