Package | com.adobe.portfolio.components.supportClasses |
Class | public class IconButton |
Inheritance | IconButton ![]() |
Subclasses | FileNavigationButton |
Default MXML Propertylabel
Property | Defined By | ||
---|---|---|---|
altColor : uint [read-only]
An appropriate alternate color for the button. | IconButton | ||
authoringMode : Boolean [read-only]
True when the button is in authoring mode; false otherwise. | IconButton | ||
baseColor : uint [read-only]
An appropriate base color for the button. | IconButton | ||
defaultIcon : Class [read-only]
An icon image that is appropriate to display in consumption mode. | IconButton | ||
disabledIcon : Class [read-only]
An icon image that is appropriate to display while the button is disabled. | IconButton | ||
editIcon : Class [read-only]
An icon image that is appropriate to display in authoring mode. | IconButton | ||
iconRotation : int [read-only]
An appropriate degree of rotation for the displayed icon. | IconButton | ||
overIcon : Class [read-only]
An icon image that is appropriate to display while the cursor is over the button. | IconButton |
Method | Defined By | ||
---|---|---|---|
Default constructor. | IconButton |
altColor | property |
altColor:uint
[read-only] An appropriate alternate color for the button.
This property can be used as the source for data binding.
public function get altColor():uint
authoringMode | property |
authoringMode:Boolean
[read-only] True when the button is in authoring mode; false otherwise.
This property can be used as the source for data binding.
public function get authoringMode():Boolean
baseColor | property |
baseColor:uint
[read-only] An appropriate base color for the button.
This property can be used as the source for data binding.
public function get baseColor():uint
defaultIcon | property |
defaultIcon:Class
[read-only] An icon image that is appropriate to display in consumption mode.
This property can be used as the source for data binding.
public function get defaultIcon():Class
disabledIcon | property |
disabledIcon:Class
[read-only] An icon image that is appropriate to display while the button is disabled.
This property can be used as the source for data binding.
public function get disabledIcon():Class
editIcon | property |
editIcon:Class
[read-only] An icon image that is appropriate to display in authoring mode.
This property can be used as the source for data binding.
public function get editIcon():Class
iconRotation | property |
iconRotation:int
[read-only] An appropriate degree of rotation for the displayed icon.
This property can be used as the source for data binding.
public function get iconRotation():int
overIcon | property |
overIcon:Class
[read-only] An icon image that is appropriate to display while the cursor is over the button.
This property can be used as the source for data binding.
public function get overIcon():Class
IconButton | () | Constructor |
public function IconButton()
Default constructor.