Package | org.ow2.kerneos.core.view.fragments |
Class | public class FragmentView |
Inheritance | FragmentView ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2, org.ow2.kerneos.core.api.IFragmentView |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
errorLabel : Label | FragmentView | ||
moduleFragment : ModuleFragmentVO = null
The module fragment
| FragmentView | ||
moduleLoader : ModuleLoader | FragmentView | ||
parentModule : ModuleVO = null
The parent module
| FragmentView | ||
progressBar : KerneosProgressBar | FragmentView |
Method | Defined By | ||
---|---|---|---|
Constructor. | FragmentView | ||
getKerneosModuleFragment():KerneosModuleFragment
Get the KerneosModule object associated with this SwfModule
| FragmentView | ||
getLoadingState():String | FragmentView | ||
getModuleFragmentConfiguration():ModuleFragmentVO | FragmentView | ||
load():void
Load the module
| FragmentView | ||
unload(cause:String = null):void
Unload the module
| FragmentView |
errorLabel | property |
public var errorLabel:Label
This property can be used as the source for data binding.
moduleFragment | property |
public var moduleFragment:ModuleFragmentVO = null
The module fragment
This property can be used as the source for data binding.
moduleLoader | property |
public var moduleLoader:ModuleLoader
This property can be used as the source for data binding.
parentModule | property |
public var parentModule:ModuleVO = null
The parent module
This property can be used as the source for data binding.
progressBar | property |
public var progressBar:KerneosProgressBar
This property can be used as the source for data binding.
FragmentView | () | Constructor |
public function FragmentView()
Constructor.
getKerneosModuleFragment | () | method |
public function getKerneosModuleFragment():KerneosModuleFragment
Get the KerneosModule object associated with this SwfModule
ReturnsKerneosModuleFragment — null if there is not KerneosModule
|
getLoadingState | () | method |
public function getLoadingState():String
ReturnsString |
getModuleFragmentConfiguration | () | method |
public function getModuleFragmentConfiguration():ModuleFragmentVO
ReturnsModuleFragmentVO |
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 )
|