Packageat.fhjoanneum.dmt.umj.core.display.deprecated
Classpublic class DisplayContainerWithApplicationStates
InheritanceDisplayContainerWithApplicationStates Inheritance EmbeddedFontSparkGroup Inheritance spark.components.Group

A visual component spark EmbeddedFontSparkGroup that is now deprecated and was previously used for special layer handling with single application states

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  applicationLayer : ApplicationLayer
DisplayContainerWithApplicationStates
  buttonCenter : Button
DisplayContainerWithApplicationStates
  buttonLeft : Button
DisplayContainerWithApplicationStates
  buttonRight : Button
DisplayContainerWithApplicationStates
  buttonsLayer : HGroup
DisplayContainerWithApplicationStates
  informationLayer : InformationLayer
DisplayContainerWithApplicationStates
  instructionLayer : InstructionLayer
DisplayContainerWithApplicationStates
  navigationIsGloballyManaged : Boolean = true
DisplayContainerWithApplicationStates
Public Methods
 MethodDefined By
  
Constructor.
DisplayContainerWithApplicationStates
  
DisplayContainerWithApplicationStates
Protected Methods
 MethodDefined By
  
buttonCenter_clickHandler(event:MouseEvent):void
DisplayContainerWithApplicationStates
  
buttonLeft_clickHandler(event:MouseEvent):void
DisplayContainerWithApplicationStates
  
buttonRight_clickHandler(event:MouseEvent):void
DisplayContainerWithApplicationStates
Property Detail
applicationLayerproperty
public var applicationLayer:ApplicationLayer

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

buttonCenterproperty 
public var buttonCenter:Button

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

buttonLeftproperty 
public var buttonLeft:Button

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

buttonRightproperty 
public var buttonRight:Button

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

buttonsLayerproperty 
public var buttonsLayer:HGroup

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

informationLayerproperty 
public var informationLayer:InformationLayer

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

instructionLayerproperty 
public var instructionLayer:InstructionLayer

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

navigationIsGloballyManagedproperty 
public var navigationIsGloballyManaged:Boolean = true

Constructor Detail
DisplayContainerWithApplicationStates()Constructor
public function DisplayContainerWithApplicationStates()

Constructor.

Method Detail
buttonCenter_clickHandler()method
protected function buttonCenter_clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent

buttonLeft_clickHandler()method 
protected function buttonLeft_clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent

buttonRight_clickHandler()method 
protected function buttonRight_clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent

manageButtonsVisibility()method 
public function manageButtonsVisibility():void