Package | org.ow2.kerneos.core.view |
Class | public class KerneosMainView |
Inheritance | KerneosMainView ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Property | Defined By | ||
---|---|---|---|
applicationTitle : ApplicationTitle | KerneosMainView | ||
desktopView : DesktopView | KerneosMainView | ||
errorView : ErrorView | KerneosMainView | ||
loadingView : LoadingView | KerneosMainView | ||
loginView : LoginView | KerneosMainView | ||
modulesListBlurIn : Blur | KerneosMainView | ||
modulesListFadeIn : Fade | KerneosMainView | ||
modulesView : ModulesView | KerneosMainView | ||
profileView : ProfileView | KerneosMainView | ||
taskBarFadeIn : Fade | KerneosMainView |
Method | Defined By | ||
---|---|---|---|
Constructor. | KerneosMainView | ||
initializeView():void
On view initialization. | KerneosMainView |
applicationTitle | property |
public var applicationTitle:ApplicationTitle
This property can be used as the source for data binding.
desktopView | property |
public var desktopView:DesktopView
This property can be used as the source for data binding.
errorView | property |
public var errorView:ErrorView
This property can be used as the source for data binding.
loadingView | property |
public var loadingView:LoadingView
This property can be used as the source for data binding.
loginView | property |
public var loginView:LoginView
This property can be used as the source for data binding.
modulesListBlurIn | property |
public var modulesListBlurIn:Blur
This property can be used as the source for data binding.
modulesListFadeIn | property |
public var modulesListFadeIn:Fade
This property can be used as the source for data binding.
modulesView | property |
public var modulesView:ModulesView
This property can be used as the source for data binding.
profileView | property |
public var profileView:ProfileView
This property can be used as the source for data binding.
taskBarFadeIn | property |
public var taskBarFadeIn:Fade
This property can be used as the source for data binding.
KerneosMainView | () | Constructor |
public function KerneosMainView()
Constructor.
initializeView | () | method |
public function initializeView():void
On view initialization.