ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
spark.skins.mobile.supportClasses 

ButtonBarButtonClassFactory  - AS3 Flex

Packagespark.skins.mobile.supportClasses
Classpublic class ButtonBarButtonClassFactory
InheritanceButtonBarButtonClassFactory Inheritance ClassFactory Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10, AIR 2.5

Adds skinClass style support to ClassFactory.

More examples

Learn more

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedgenerator : Class
The Class that the newInstance() method uses to generate objects from this factory object.
ClassFactory
 Inheritedproperties : Object = null
An Object whose name/value pairs specify the properties to be set on each object generated by the newInstance() method.
ClassFactory
  skinClass : Class
The skin class that should be applied to button bar buttons created by this factory.
ButtonBarButtonClassFactory
Public Methods
 MethodDefined By
  
Constructor.
ButtonBarButtonClassFactory
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
  
[override]
ButtonBarButtonClassFactory
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

skinClass

property
skinClass:Class

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10, AIR 2.5

The skin class that should be applied to button bar buttons created by this factory.



Implementation
    public function get skinClass():Class
    public function set skinClass(value:Class):void
Constructor Detail

ButtonBarButtonClassFactory

()Constructor
public function ButtonBarButtonClassFactory(generator:Class)

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10, AIR 2.5

Constructor.

Parameters
generator:Class
Method Detail

newInstance

()method
override public function newInstance():*

Returns
*