Packageat.fhjoanneum.dmt.umj.core.display
Classpublic class BaseApplicationComponent
InheritanceBaseApplicationComponent Inheritance spark.components.Group

IMPORTANT FRAMEWORK CLASS: BaseApplicationComponent SHOULD be extended by YOU as it provides many many good methods!! You'll want to add your OWN application specific sub-class of it during the specific displayController method! Also see the displayController for samples how to to that within the overwritten methods! This component (that should be added to the appropriate layer during the display controller build phase) has 2 methods that are super to override and implement! resetApplicationByApplicationComponent gets called by the MAIN DISPLAY CONTAINER PARTENT if the component should reset automaticallY! onApplicationLayerGetsSelected gets called by the MAIN DISPLAY CONTAINER PARTENT if the component is drawn to the super the first time.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  applicationNeedsToBeResetted : Boolean
BaseApplicationComponent
Public Methods
 MethodDefined By
  
Constructor.
BaseApplicationComponent
  
BaseApplicationComponent
  
BaseApplicationComponent
Property Detail
applicationNeedsToBeResettedproperty
applicationNeedsToBeResetted:Boolean


Implementation
    public function get applicationNeedsToBeResetted():Boolean
    public function set applicationNeedsToBeResetted(value:Boolean):void
Constructor Detail
BaseApplicationComponent()Constructor
public function BaseApplicationComponent()

Constructor.

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

resetApplicationByApplicationComponent()method 
public function resetApplicationByApplicationComponent():void