Package | feathers.controls |
Class | public class PageIndicatorInteractionMode |
Inheritance | PageIndicatorInteractionMode Object |
Product Version : | Feathers 3.0.0 |
See also
Constant | Defined 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 |
PRECISE | Constant |
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_NEXT | Constant |
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.