| Package | com.addicted2flash.layout.component |
| Interface | public interface IUIScrollBar extends IUIContainer, IUIComponent, ILayoutObservable, IDisposable |
| Implementors | UIScrollBar, UIScroller |
| Property | Defined by | ||
|---|---|---|---|
![]() | bounds : Rectangle
Returns a copy of the bounds of the component.
| IUIComponent | |
![]() | componentCount : int
Returns the total amount of components in the container.
| IUIContainer | |
![]() | constraint : Object
Returns the constraint of the component.
| IUIComponent | |
![]() | contentHeight : Number
Returns the occupied height of all components.
| IUIContainer | |
![]() | contentWidth : Number
Returns the occupied width of all components.
| IUIContainer | |
| currentStep : int [read-only]
Returns the current step of the scrollbar.
| IUIScrollBar | ||
![]() | desiredHeight : Number
Returns the desired height of the component.
| IUIComponent | |
![]() | desiredPercentHeight : Number
Sets the desired height of the component as percent value.
| IUIComponent | |
![]() | desiredPercentWidth : Number
Sets the desired width of the component as percent value.
| IUIComponent | |
![]() | desiredWidth : Number
Returns the desired width of the component.
| IUIComponent | |
![]() | hasPercentagedHeight : Boolean
Returns true if desired height should be calculated in percentaged values.
| IUIComponent | |
![]() | hasPercentagedWidth : Boolean
Returns true if desired width should be calculated in percentaged values.
| IUIComponent | |
![]() | height : Number
Returns the height of the component.
| IUIComponent | |
![]() | horizontalAlignment : int
Returns the horiziontal alignment of the component.
| IUIComponent | |
![]() | isValid : Boolean
Returns true if component is in a valid state.
| IUIComponent | |
![]() | layout : ILayout
Returns the layout of the container.
| IUIContainer | |
![]() | layoutObserverCount : int
Returns the total amount of
ILayoutObserver of this ILayoutObservable. | ILayoutObservable | |
![]() | margin : Margin
Returns the margin of the component.
| IUIComponent | |
![]() | maximumHeight : Number
Returns the maximum height of the component.
| IUIComponent | |
![]() | maximumWidth : Number
Returns the maximum width of the component.
| IUIComponent | |
![]() | measuredDesiredHeight : Number
Sets the measured desired height of the component.
| IUIComponent | |
![]() | measuredDesiredWidth : Number
Sets the measured desired width of the component.
| IUIComponent | |
![]() | measuredMinimumHeight : Number
Sets the measured minimum height of the component.
| IUIComponent | |
![]() | measuredMinimumWidth : Number
Sets the measured minimum width of the component.
| IUIComponent | |
![]() | minimumHeight : Number
Returns the minimum height of the component.
| IUIComponent | |
![]() | minimumWidth : Number
Returns the minimum width of the component.
| IUIComponent | |
| orientation : int
Returns the orientation of the scrollbar.
| IUIScrollBar | ||
![]() | padding : Padding
Returns the padding of the component.
| IUIComponent | |
![]() | parentContainer : IUIContainer
Returns the parent
IUIContainer of the component. | IUIComponent | |
| scrollPosition : Number
Returns the normalized position of the thumb in relation to the scrollbar (between 0 and 1).
| IUIScrollBar | ||
| scrollSize : Number
Returns the normalized size of the thumb in relation to the scrollbar (between 0 and 1).
| IUIScrollBar | ||
![]() | state : int
Returns the state of the component.
| IUIComponent | |
| stepSize : Number
Returns the normalized size of a step (between 0 and 1).
| IUIScrollBar | ||
![]() | verticalAlignment : int
Returns the vertical alignment of the component.
| IUIComponent | |
![]() | width : Number
Returns the width of the component.
| IUIComponent | |
![]() | x : Number
Returns the x position of the component.
| IUIComponent | |
![]() | y : Number
Returns the y position of the component.
| IUIComponent | |
| currentStep | property |
currentStep:int [read-only]Returns the current step of the scrollbar.
Implementation public function get currentStep():int
| orientation | property |
orientation:int [read-write]Returns the orientation of the scrollbar.
Implementation public function get orientation():int
public function set orientation(value:int):void
See also
| scrollPosition | property |
scrollPosition:Number [read-write]Returns the normalized position of the thumb in relation to the scrollbar (between 0 and 1).
Implementation public function get scrollPosition():Number
public function set scrollPosition(value:Number):void
| scrollSize | property |
scrollSize:Number [read-write]Returns the normalized size of the thumb in relation to the scrollbar (between 0 and 1).
Implementation public function get scrollSize():Number
public function set scrollSize(value:Number):void
| stepSize | property |
stepSize:Number [read-write]Returns the normalized size of a step (between 0 and 1).
The size determines the size of a step when a mousewheel or keyboard event occures.
Implementation public function get stepSize():Number
public function set stepSize(value:Number):void