| Package | com.addicted2flash.layout.component |
| Interface | public interface IUIScrollerFactory |
| Method | Defined by | ||
|---|---|---|---|
|
Creates the top/left arrow.
| IUIScrollerFactory | ||
|
Creates the scrollBar.
| IUIScrollerFactory | ||
|
Creates the bottom/right arrow.
| IUIScrollerFactory | ||
| createFirstArrow | () | method |
public function createFirstArrow():UIComponentCreates the top/left arrow.
ReturnsUIComponent —
the top/left arrow
|
| createScrollBar | () | method |
public function createScrollBar():UIScrollBarCreates the scrollBar.
ReturnsUIScrollBar —
the scrollBar
|
| createSecondArrow | () | method |
public function createSecondArrow():UIComponentCreates the bottom/right arrow.
ReturnsUIComponent —
the bottom/right arrow
|