Package | com.adobe.portfolio.components |
Class | public class NavHUD |
Inheritance | NavHUD ![]() |
Implements | IListenAndWatch |
Default MXML PropertymxmlContentFactory
Property | Defined By | ||
---|---|---|---|
contentBottom : Number [read-only]
The desired value of the bottom property to be used by the skin
when positioning the background and contentGroup. | NavHUD | ||
contentLeft : Number [read-only]
The desired value of the left property to be used by the skin
when positioning the background and contentGroup. | NavHUD | ||
contentRight : Number [read-only]
The desired value of the right property to be used by the skin
when positioning the background and contentGroup. | NavHUD | ||
contentTop : Number [read-only]
The desired value of the top property to be used by the skin
when positioning the background and contentGroup. | NavHUD | ||
enabled : Boolean [override] [write-only]
| NavHUD |
Property | Defined By | ||
---|---|---|---|
mouseIsOver : Boolean
True if the cursor is currently over this component; false otherwise. | NavHUD |
Method | Defined By | ||
---|---|---|---|
NavHUD()
Default constructor. | NavHUD | ||
addListenAndWatch():void
Called by parent components to allow for event listeners and watchers to be added. | NavHUD | ||
removeListenAndWatch():void
Called by parent components to allow for event listeners and watchers to be removed. | NavHUD |
Method | Defined By | ||
---|---|---|---|
getCurrentSkinState():String [override]
| NavHUD | ||
onMouseEvent(event:MouseEvent):void
An event listener used to determine whether or not the cursor is currently
over this component. | NavHUD |
To skin the component, implement a skin that defines the following states. Although you must implement all skin states, a skin state can be empty. An empty skin state specifies no changes to the default skin state.
Skin State | Description | Defined By | ||
---|---|---|---|---|
over | NavHUD |
contentBottom | property |
contentBottom:Number
[read-only]
The desired value of the bottom
property to be used by the skin
when positioning the background and contentGroup.
This property can be used as the source for data binding.
public function get contentBottom():Number
contentLeft | property |
contentLeft:Number
[read-only]
The desired value of the left
property to be used by the skin
when positioning the background and contentGroup.
This property can be used as the source for data binding.
public function get contentLeft():Number
contentRight | property |
contentRight:Number
[read-only]
The desired value of the right
property to be used by the skin
when positioning the background and contentGroup.
This property can be used as the source for data binding.
public function get contentRight():Number
contentTop | property |
contentTop:Number
[read-only]
The desired value of the top
property to be used by the skin
when positioning the background and contentGroup.
This property can be used as the source for data binding.
public function get contentTop():Number
enabled | property |
enabled:Boolean
[write-only] [override]
public function set enabled(value:Boolean):void
mouseIsOver | property |
mouseIsOver:Boolean
True if the cursor is currently over this component; false otherwise.
protected function get mouseIsOver():Boolean
protected function set mouseIsOver(value:Boolean):void
NavHUD | () | Constructor |
public function NavHUD()
Default constructor.
addListenAndWatch | () | method |
public function addListenAndWatch():void
Called by parent components to allow for event listeners and watchers to be added.
getCurrentSkinState | () | method |
override protected function getCurrentSkinState():String
Returns
String |
onMouseEvent | () | method |
protected function onMouseEvent(event:MouseEvent):void
An event listener used to determine whether or not the cursor is currently over this component.
Parameters
event:MouseEvent |
See also
removeListenAndWatch | () | method |
public function removeListenAndWatch():void
Called by parent components to allow for event listeners and watchers to be removed.