Adobe DPS - Reading SDK 2.32

Class adobeDPS-ApplicationState

Extends:
adobeDPS-ApplicationState -> adobeDPS-Class
Platforms:
iOS

Representation of an Application state within the API.

Constructor

adobeDPS-ApplicationState()
[inner] Creates an instance of the Application state class.

Fields

Field Defined By
buttonImage : String
The file URL to the button image associated with this state.
ApplicationState
buttonUpImage : String
The file URL to the button up image associated with this state.
ApplicationState
buttonDownImage : String
The file URL to the button down image associated with this state.
ApplicationState
The file URL to the button disabled image associated with this state.
ApplicationState
label : String
The label used to identify this state.
ApplicationState
buttonTitle : String
The title used for button UI.
ApplicationState
The type of this application state.
ApplicationState
orientation : String
The orientations this view supports.
ApplicationState

Methods

Method Defined By
gotoState(stateLabel:String)
Function used to go to the application state
ApplicationState
Inherited from adobeDPS-Class
Gets the string representation of this instance.
Class Detail
adobeDPS-ApplicationState()
[inner] Creates an instance of the Application state class.
Field Details
buttonImage : String
The file URL to the button image associated with this state.
Platforms:
iOS
buttonUpImage : String
The file URL to the button up image associated with this state.
Platforms:
iOS
buttonDownImage : String
The file URL to the button down image associated with this state.
Platforms:
iOS
buttonDisabledImage : String
The file URL to the button disabled image associated with this state.
Platforms:
iOS
label : String
The label used to identify this state.
Platforms:
iOS
buttonTitle : String
The title used for button UI.
Platforms:
iOS
type : adobeDPS-ApplicationStateType
The type of this application state.
Platforms:
iOS
orientation : String
The orientations this view supports.
Supported Values:
landscape
portrait
both (default)
Platforms:
iOS
Method Details
gotoState(stateLabel:String)
Function used to go to the application state
Parameters
stateLabel String The label of this state
Platforms:
iOS
©2012-2013 Adobe Systems, inc
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:39 GMT-0700 (PDT)