Packagefeathers.controls
Classpublic class PullViewDisplayMode
InheritancePullViewDisplayMode Inheritance Object

Product Version : Feathers 3.2.0

Constants that define how pull views are displayed in a container.



Public Constants
 ConstantDefined By
  DRAG : String = "drag"
[static] The pull view may be dragged with the scroller's content.
PullViewDisplayMode
  FIXED : String = "fixed"
[static] The pull view is fixed to the edge of the the scroller's view port.
PullViewDisplayMode
Constant Detail
DRAGConstant
public static const DRAG:String = "drag"

Product Version : Feathers 3.2.0

The pull view may be dragged with the scroller's content. If hasElasticEdges is false, and the scroll position reaches the minimum or maximum, the pull view may be dragged while the content remains fixed.

FIXEDConstant 
public static const FIXED:String = "fixed"

Product Version : Feathers 3.2.0

The pull view is fixed to the edge of the the scroller's view port. If hasElasticEdges is true, the pull view will be revealed under the scroller's content. If hasElasticEdges is false, the pull view will fade in above the scroller's content.