Packagecom.adobe.portfolio.components
Classpublic class FileNavigationButton
InheritanceFileNavigationButton Inheritance IconButton Inheritance spark.components.Button

The FileNavigationButton class extends IconButton and is used for next/previous file navigation.

Default MXML Propertylabel



Public Properties
 PropertyDefined By
 InheritedaltColor : uint
[read-only] An appropriate alternate color for the button.
IconButton
 InheritedauthoringMode : Boolean
[read-only] True when the button is in authoring mode; false otherwise.
IconButton
 InheritedbaseColor : uint
[read-only] An appropriate base color for the button.
IconButton
 InheriteddefaultIcon : Class
[read-only] An icon image that is appropriate to display in consumption mode.
IconButton
 InheriteddisabledIcon : Class
[read-only] An icon image that is appropriate to display while the button is disabled.
IconButton
 InheritededitIcon : Class
[read-only] An icon image that is appropriate to display in authoring mode.
IconButton
 InheritediconRotation : int
[read-only] An appropriate degree of rotation for the displayed icon.
IconButton
  navigationType : String
A string indicating the navigational behavior that should occur when this button is clicked.
FileNavigationButton
 InheritedoverIcon : Class
[read-only] An icon image that is appropriate to display while the cursor is over the button.
IconButton
Public Methods
 MethodDefined By
  
Default constructor.
FileNavigationButton
Public Constants
 ConstantDefined By
  FILE_NAVIGATION_NEXT : String = next
[static] A string literal representing the file navigation behavior of proceeding to the next file.
FileNavigationButton
  FILE_NAVIGATION_PREVIOUS : String = previous
[static] A string literal representing the file navigation behavior of returning to the previous file.
FileNavigationButton
Property Detail
navigationTypeproperty
navigationType:String

A string indicating the navigational behavior that should occur when this button is clicked.

This property can be used as the source for data binding.


Implementation
    public function get navigationType():String
    public function set navigationType(value:String):void

See also

Constructor Detail
FileNavigationButton()Constructor
public function FileNavigationButton()

Default constructor.

Constant Detail
FILE_NAVIGATION_NEXTConstant
public static const FILE_NAVIGATION_NEXT:String = next

A string literal representing the file navigation behavior of proceeding to the next file.

See also

FILE_NAVIGATION_PREVIOUSConstant 
public static const FILE_NAVIGATION_PREVIOUS:String = previous

A string literal representing the file navigation behavior of returning to the previous file.

See also