Package | com.adobe.portfolio.components |
Class | public class FileNavigationButton |
Inheritance | 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 | |
navigationType : String
A string indicating the navigational behavior that should occur when
this button is clicked. | FileNavigationButton | ||
![]() | 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. | FileNavigationButton |
Constant | Defined 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 |
navigationType | property |
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.
public function get navigationType():String
public function set navigationType(value:String):void
See also
FileNavigationButton | () | Constructor |
public function FileNavigationButton()
Default constructor.
FILE_NAVIGATION_NEXT | Constant |
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_PREVIOUS | Constant |
public static const FILE_NAVIGATION_PREVIOUS:String = previous
A string literal representing the file navigation behavior of returning to the previous file.
See also