Packagecom.addicted2flash.layout.component
Interfacepublic interface IUIScrollerFactory

Interface for all scroller factories, responsible for creating scroller components.



Public Methods
 MethodDefined by
  
Creates the top/left arrow.
IUIScrollerFactory
  
Creates the scrollBar.
IUIScrollerFactory
  
Creates the bottom/right arrow.
IUIScrollerFactory
Method detail
createFirstArrow()method
public function createFirstArrow():UIComponent

Creates the top/left arrow.

Returns
UIComponent — the top/left arrow
createScrollBar()method 
public function createScrollBar():UIScrollBar

Creates the scrollBar.

Returns
UIScrollBar — the scrollBar
createSecondArrow()method 
public function createSecondArrow():UIComponent

Creates the bottom/right arrow.

Returns
UIComponent — the bottom/right arrow