Packagecom.gaiaframework.api
Classpublic class Gaia

The Gaia class is a Bridge that contains a reference to the Gaia API. It also contains constants for depth, flows and ApplicationDomain.



Public Properties
 PropertyDefined by
  api : IGaia
[static][read-only] Gaia.api is how you access the Gaia API methods.
Gaia
Public Constants
 ConstantDefined by
  BOTTOM : String = "bottom"
[static] Bottom depth container is below middle.
Gaia
  CROSS : String = "cross"
[static] Cross Flow Preload -> Transition Out + Transition In
Gaia
  DOMAIN_CURRENT : String = "current"
[static] ApplicationDomain documentation is out of the scope of this documentation.
Gaia
  DOMAIN_NEW : String = "new"
[static] New ApplicationDomain.
Gaia
  DOMAIN_NULL : String = "null"
[static] Null is the default.
Gaia
  MIDDLE : String = "middle"
[static] Middle depth container is below top and above bottom.
Gaia
  NESTED : String = "nested"
[static] Nested means the page or asset will load into its parent.
Gaia
  NORMAL : String = "normal"
[static] Normal Flow Transition Out -> Preload -> Transition In
Gaia
  PRELOAD : String = "preload"
[static] Preload Flow Preload -> Transition Out -> Transition In
Gaia
  PRELOADER : String = "preloader"
[static] Preloader depth is above top by default and can be set in the site.xml to appear anywhere.
Gaia
  REVERSE : String = "reverse"
[static] Reverse Flow Preload -> Transition In -> Transition Out
Gaia
  TOP : String = "top"
[static] Top depth container is above middle and bottom.
Gaia
Property detail
apiproperty
api:IGaia  [read-only]

Gaia.api is how you access the Gaia API methods.

Implementation
    public static function get api():IGaia
implproperty 
gaia_internal static var impl:IGaia
Constant detail
BOTTOMconstant
public static const BOTTOM:String = "bottom"

Bottom depth container is below middle.

CROSSconstant 
public static const CROSS:String = "cross"

Cross Flow Preload -> Transition Out + Transition In

DOMAIN_CURRENTconstant 
public static const DOMAIN_CURRENT:String = "current"

ApplicationDomain documentation is out of the scope of this documentation. Check out the Roger Gonzales post for more information.

See also

DOMAIN_NEWconstant 
public static const DOMAIN_NEW:String = "new"

New ApplicationDomain.

DOMAIN_NULLconstant 
public static const DOMAIN_NULL:String = "null"

Null is the default.

MIDDLEconstant 
public static const MIDDLE:String = "middle"

Middle depth container is below top and above bottom.

NESTEDconstant 
public static const NESTED:String = "nested"

Nested means the page or asset will load into its parent.

See also

NORMALconstant 
public static const NORMAL:String = "normal"

Normal Flow Transition Out -> Preload -> Transition In

PRELOADconstant 
public static const PRELOAD:String = "preload"

Preload Flow Preload -> Transition Out -> Transition In

PRELOADERconstant 
public static const PRELOADER:String = "preloader"

Preloader depth is above top by default and can be set in the site.xml to appear anywhere.

REVERSEconstant 
public static const REVERSE:String = "reverse"

Reverse Flow Preload -> Transition In -> Transition Out

TOPconstant 
public static const TOP:String = "top"

Top depth container is above middle and bottom.