Packageorg.ow2.kerneos.core.view
Classpublic class KerneosMainView
InheritanceKerneosMainView Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient, mx.core.IStateClient2



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
KerneosMainView
  
On view initialization.
KerneosMainView
Property Detail
applicationTitleproperty
public var applicationTitle:ApplicationTitle

This property can be used as the source for data binding.

desktopViewproperty 
public var desktopView:DesktopView

This property can be used as the source for data binding.

errorViewproperty 
public var errorView:ErrorView

This property can be used as the source for data binding.

loadingViewproperty 
public var loadingView:LoadingView

This property can be used as the source for data binding.

loginViewproperty 
public var loginView:LoginView

This property can be used as the source for data binding.

modulesListBlurInproperty 
public var modulesListBlurIn:Blur

This property can be used as the source for data binding.

modulesListFadeInproperty 
public var modulesListFadeIn:Fade

This property can be used as the source for data binding.

modulesViewproperty 
public var modulesView:ModulesView

This property can be used as the source for data binding.

profileViewproperty 
public var profileView:ProfileView

This property can be used as the source for data binding.

taskBarFadeInproperty 
public var taskBarFadeIn:Fade

This property can be used as the source for data binding.

Constructor Detail
KerneosMainView()Constructor
public function KerneosMainView()

Constructor.

Method Detail
initializeView()method
public function initializeView():void

On view initialization.