Packageqnx.fuse.ui.skins.picker
Classpublic class AbstractPickerListBackgroundSkin
InheritanceAbstractPickerListBackgroundSkin Inheritance UISkin Inheritance UIComponent Inheritance flash.display.MovieClip
Implements IPickerListBackground
Subclasses PickerListBackgroundBlack, PickerListBackgroundWhite



Public Properties
 PropertyDefined By
 InheritededgeMetrics : EdgeMetrics
[read-only] Returns the edgeMetrics of the current state.
UISkin
 InheritedexplicitHeight : Number
[read-only]
UIComponent
 InheritedexplicitWidth : Number
[read-only]
UIComponent
 InheritedincludeInLayout : Boolean
Specifies if the component should be included in it's parent containers layout.
UIComponent
 InheritedlayoutData : Object
Returns the layout data for the object.
UIComponent
 InheritedminHeight : Number
Sets the minimum preferred height of the control.
UIComponent
 InheritedminWidth : Number
Sets the minimum preferred width of the control.
UIComponent
  position : String
AbstractPickerListBackgroundSkin
  state : String
[override] Gets or sets the state of the skin.
AbstractPickerListBackgroundSkin
Protected Properties
 PropertyDefined By
 InheriteddisplayListIsInvalid : Boolean = false
UIComponent
 InheritedhOffset : Number
[write-only] Number of transparent pixels at the horizontal edges of the skin.
UISkin
 InheritedpropertiesAreInvalid : Boolean = false
UIComponent
 InheritedsizeChange : Boolean
UIComponent
 InheritedstateChanged : Boolean
UIComponent
 InheritedwOffset : Number
[write-only] Number of transparent pixels at the horizontal edges of the skin.
UISkin
Public Methods
 MethodDefined By
  
AbstractPickerListBackgroundSkin
 Inherited
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
 Inherited
destroy():void
Call this method when you want to have your object collected by the garbage collector.
UIComponent
 Inherited
getLayoutRect():Rectangle
Returns the layout rectangle.
UISkin
 Inherited
UIComponent
 Inherited
Calling this method results in a call to the components validateDisplayList() method before the display list is rendered.
UIComponent
 Inherited
Calling this method results in a call to the components validateProperties() method before the display list is rendered.
UIComponent
 Inherited
measure(availableWidth:Number, availableHeight:Number):LayoutMeasurement
UIComponent
 Inherited
setActualSize(w:Number, h:Number):void
Sets the width and height of the object without setting the explicitWidth and explicitHeight.
UIComponent
 Inherited
setLayoutBounds(bounds:Rectangle):void
Sets the receiver's size and location to the rectangular area specified by the arguments.
UIComponent
 Inherited
setPosition(x:Number, y:Number):void
Sets the x and y position of the component.
UIComponent
 Inherited
Validates the display list of the component by calling the updateDisplayList().
UIComponent
 Inherited
Validates the component immediately by calling validateProperties(), validateSizes(), and validateDisplayList() if necessary.
UIComponent
 Inherited
Validates the properties of the component by calling the commitProperties() method.
UIComponent
Protected Methods
 MethodDefined By
 Inherited
Process properties of the component.
UIComponent
  
[override] Process the state of the component.
AbstractPickerListBackgroundSkin
 Inherited
doMeasure(availableWidth:Number, availableHeight:Number):LayoutMeasurement
UIComponent
 Inherited
flushCache():void
Invoked as part of parentLayoutChanged.
UIComponent
 Inherited
onAdded():void
Called when the instance is added to the stage.
UIComponent
 Inherited
onRemoved():void
Called when the instance is removed from the stage.
UIComponent
 Inherited
Invalidates the parent's size and display list if includeInLayout property is set to true.
UIComponent
  
setSkinState(state:String, asset:DisplayObject):void
[override]
AbstractPickerListBackgroundSkin
  
setSkinStateForPosition(state:String, position:String, asset:DisplayObject):void
AbstractPickerListBackgroundSkin
 Inherited
showSkin(skin:DisplayObject):void
Shows the given skin state.
UISkin
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Sets the size and position of the children of the component.
UIComponent
Public Constants
 ConstantDefined By
  PICKER_LIST_POSITION_LEFT : String = left
[static]
AbstractPickerListBackgroundSkin
  PICKER_LIST_POSITION_MIDDLE : String = middle
[static]
AbstractPickerListBackgroundSkin
  PICKER_LIST_POSITION_RIGHT : String = right
[static]
AbstractPickerListBackgroundSkin
  PICKER_LIST_POSITION_SINGLE : String = single
[static]
AbstractPickerListBackgroundSkin
Property Detail
positionproperty
position:String


Implementation
    public function get position():String
    public function set position(value:String):void
stateproperty 
state:String[override]

Gets or sets the state of the skin.


Implementation
    public function get state():String
    public function set state(value:String):void
Constructor Detail
AbstractPickerListBackgroundSkin()Constructor
public function AbstractPickerListBackgroundSkin()



Method Detail
commitState()method
override protected function commitState():void

Process the state of the component. You may want to override this method in your own components.

The default implementation of this method sets the state of the skin to the current state of the component. This method is called after the commitProperties() method is called and before the measure() method is called.

setSkinState()method 
override protected function setSkinState(state:String, asset:DisplayObject):void

Parameters

state:String
 
asset:DisplayObject

setSkinStateForPosition()method 
protected function setSkinStateForPosition(state:String, position:String, asset:DisplayObject):void

Parameters

state:String
 
position:String
 
asset:DisplayObject

Constant Detail
PICKER_LIST_POSITION_LEFTConstant
public static const PICKER_LIST_POSITION_LEFT:String = left

PICKER_LIST_POSITION_MIDDLEConstant 
public static const PICKER_LIST_POSITION_MIDDLE:String = middle

PICKER_LIST_POSITION_RIGHTConstant 
public static const PICKER_LIST_POSITION_RIGHT:String = right

PICKER_LIST_POSITION_SINGLEConstant 
public static const PICKER_LIST_POSITION_SINGLE:String = single