VolumeThumbButtonSkin
Package | qnx.fuse.ui.skins.slider |
Class | public class VolumeThumbButtonSkin |
Inheritance | VolumeThumbButtonSkin ![]() ![]() ![]() |
Class information: |
---|
PlayBook Tablet OS Version: 1.0.6 |
Public Properties
Property | Defined By | ||
---|---|---|---|
![]() | edgeMetrics : EdgeMetrics [read-only]
Returns the edgeMetrics of the current state. | UISkin | |
![]() | explicitHeight : Number [read-only]
Returns the explicit height (actual height, in pixels) of the UI component. | UIComponent | |
![]() | explicitWidth : Number [read-only]
Returns the explicit width (actual width, in pixels) of the UI component. | UIComponent | |
![]() | includeInLayout : Boolean
Specifies whether or not the component should be included in its parent container's layout. | UIComponent | |
![]() | layoutData : Object
Returns the layout data for the object. | UIComponent | |
![]() | minHeight : Number
Gets or sets the minimum preferred height of the control. | UIComponent | |
![]() | minWidth : Number
Gets or sets the minimum preferred width of the control. | UIComponent | |
![]() | state : String
Gets or sets the state of the skin. | UISkin |
Protected Properties
Property | Defined By | ||
---|---|---|---|
![]() | hOffset : Number [write-only]
Number of transparent pixels at the horizontal edges of the skin. | UISkin | |
![]() | wOffset : Number [write-only]
Number of transparent pixels at the horizontal edges of the skin. | UISkin |
Public Methods
Method | Defined By | ||
---|---|---|---|
VolumeThumbButtonSkin | |||
![]() | childChanged(resizedChild:DisplayObject = null):Boolean
Notifies the UIComponent that one or more of its children has changed in a manner
that may affect this object's layout. | UIComponent | |
![]() | destroy():void
Call this method when you want to have your object collected by the garbage collector. | UIComponent | |
![]() | getLayoutRect():Rectangle
Returns the layout rectangle. | UISkin | |
![]() | getSizeOptions():int
Returns the size options for the given control. | UIComponent | |
![]() | invalidateDisplayList():void
Calling this method results in a call to the components validateDisplayList() method before the display list is rendered. | UIComponent | |
![]() | invalidateProperties():void
Calling this method results in a call to the components validateProperties() method before the display list is rendered. | UIComponent | |
![]() | measure(availableWidth:Number, availableHeight:Number):LayoutMeasurement
This method calls doMeasure() in order to calculate the preferred size of the control. | UIComponent | |
![]() | setActualSize(w:Number, h:Number):void
Sets the width and height of the object without setting
the explicitWidth and explicitHeight. | UIComponent | |
![]() | setLayoutBounds(bounds:Rectangle):void
Sets the receiver's size and location to the rectangular area specified
by the arguments. | UIComponent | |
![]() | setPosition(x:Number, y:Number):void
Sets the x and y position of the component. | UIComponent | |
![]() | validateDisplayList():void
Validates the display list of the component by calling the updateDisplayList(). | UIComponent | |
![]() | validateNow():void
Validates the component immediately by calling validateProperties(), validateSizes(), and validateDisplayList() if necessary. | UIComponent | |
![]() | validateProperties():void
Validates the properties of the component by calling the commitProperties() method. | UIComponent |
Protected Methods
Method | Defined By | ||
---|---|---|---|
![]() | commitProperties():void
Process properties of the component. | UIComponent | |
![]() | commitState():void [override]
Process the state of the component. | UISkin | |
![]() | doMeasure(availableWidth:Number, availableHeight:Number):LayoutMeasurement
Performs a measurement on the control, and returns a LayoutMeasurement instance containing the available width and height
within the layout. | UIComponent | |
![]() | flushCache():void
Invoked as part of parentLayoutChanged. | UIComponent | |
initializeStates():void [override] | VolumeThumbButtonSkin | ||
![]() | onAdded():void
Called when the instance is added to the stage. | UIComponent | |
![]() | onRemoved():void
Called when the instance is removed from the stage. | UIComponent | |
![]() | parentLayoutChanged():void
Invalidates the parent's size and display list if includeInLayout property is set to true. | UIComponent | |
![]() | setSkinState(state:String, asset:DisplayObject):void
Associates a UI component state with a skin asset. | UISkin | |
![]() | showSkin(skin:DisplayObject):void
Shows the given skin state. | UISkin | |
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Sets the size and position of the children of the component. | UIComponent |