| Package | com.gaiaframework.api |
| Class | public class Gaia |
| Property | Defined by | ||
|---|---|---|---|
| api : IGaia
[static][read-only]
Gaia.api is how you access the Gaia API methods.
| Gaia | ||
| Constant | Defined 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 | ||
| api | property |
api:IGaia [read-only]Gaia.api is how you access the Gaia API methods.
Implementation public static function get api():IGaia
| impl | property |
gaia_internal static var impl:IGaia
| BOTTOM | constant |
public static const BOTTOM:String = "bottom"Bottom depth container is below middle.
| CROSS | constant |
public static const CROSS:String = "cross"Cross Flow Preload -> Transition Out + Transition In
| DOMAIN_CURRENT | constant |
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_NEW | constant |
public static const DOMAIN_NEW:String = "new"New ApplicationDomain.
| DOMAIN_NULL | constant |
public static const DOMAIN_NULL:String = "null"Null is the default.
| MIDDLE | constant |
public static const MIDDLE:String = "middle"Middle depth container is below top and above bottom.
| NESTED | constant |
public static const NESTED:String = "nested"Nested means the page or asset will load into its parent.
See also
| NORMAL | constant |
public static const NORMAL:String = "normal"Normal Flow Transition Out -> Preload -> Transition In
| PRELOAD | constant |
public static const PRELOAD:String = "preload"Preload Flow Preload -> Transition Out -> Transition In
| PRELOADER | constant |
public static const PRELOADER:String = "preloader"
Preloader depth is above top by default and can be set in the site.xml to appear anywhere.
| REVERSE | constant |
public static const REVERSE:String = "reverse"Reverse Flow Preload -> Transition In -> Transition Out
| TOP | constant |
public static const TOP:String = "top"Top depth container is above middle and bottom.