Packageorg.ow2.kerneos.core.view.fragments
Classpublic class FragmentView
InheritanceFragmentView Inheritance spark.components.Group
Implements mx.binding.IBindingClient, mx.core.IStateClient2, org.ow2.kerneos.core.api.IFragmentView

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  errorLabel : Label
FragmentView
  moduleFragment : ModuleFragmentVO = null
The module fragment
FragmentView
  moduleLoader : ModuleLoader
FragmentView
  parentModule : ModuleVO = null
The parent module
FragmentView
  progressBar : KerneosProgressBar
FragmentView
Public Methods
 MethodDefined By
  
Constructor.
FragmentView
  
getKerneosModuleFragment():KerneosModuleFragment
Get the KerneosModule object associated with this SwfModule
FragmentView
  
FragmentView
  
FragmentView
  
load():void
Load the module
FragmentView
  
unload(cause:String = null):void
Unload the module
FragmentView
Property Detail
errorLabelproperty
public var errorLabel:Label

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

moduleFragmentproperty 
public var moduleFragment:ModuleFragmentVO = null

The module fragment

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

moduleLoaderproperty 
public var moduleLoader:ModuleLoader

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

parentModuleproperty 
public var parentModule:ModuleVO = null

The parent module

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

progressBarproperty 
public var progressBar:KerneosProgressBar

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

Constructor Detail
FragmentView()Constructor
public function FragmentView()

Constructor.

Method Detail
getKerneosModuleFragment()method
public function getKerneosModuleFragment():KerneosModuleFragment

Get the KerneosModule object associated with this SwfModule

Returns
KerneosModuleFragment — null if there is not KerneosModule
getLoadingState()method 
public function getLoadingState():String

Returns
String
getModuleFragmentConfiguration()method 
public function getModuleFragmentConfiguration():ModuleFragmentVO

Returns
ModuleFragmentVO
load()method 
public function load():void

Load the module

unload()method 
public function unload(cause:String = null):void

Unload the module

Parameters

cause:String (default = null)