Packageqnx.fuse.ui.skins.listClasses
Classpublic class CellRendererSkinWhite
InheritanceCellRendererSkinWhite Inheritance AbstractCellRendererSkin Inheritance UISkin Inheritance UIComponent Inheritance flash.display.MovieClip

The default skin for the CellRenderer in the white color theme.

See also

CellRendererSkinBlack


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
 Inheritedstate : String
Gets or sets the state of the skin.
UISkin
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
  
Creates a new CellRendererSkinWhite instance.
CellRendererSkinWhite
 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
 Inherited
[override] Process the state of the component.
UISkin
 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
 Inherited
setSkinState(state:String, asset:DisplayObject):void
Associates a UI component state with a skin asset.
UISkin
 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
Constructor Detail
CellRendererSkinWhite()Constructor
public function CellRendererSkinWhite()

Creates a new CellRendererSkinWhite instance.