Package | spark.skins.mobile.supportClasses |
Class | public class ButtonBarButtonClassFactory |
Inheritance | ButtonBarButtonClassFactory ClassFactory Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
More examples
Learn more
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
generator : Class
The Class that the newInstance() method uses
to generate objects from this factory object. | ClassFactory | ||
properties : 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
Method | Defined By | ||
---|---|---|---|
ButtonBarButtonClassFactory(generator:Class)
Constructor. | ButtonBarButtonClassFactory | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
newInstance():* [override] | ButtonBarButtonClassFactory | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
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 |
Method Detail
newInstance | () | method |
Thu Dec 6 2018, 01:12 PM -08:00