Packageat.fhjoanneum.dmt.umj.core.display.layers
Classpublic class InstructionLayer
InheritanceInstructionLayer Inheritance EmbeddedFontSparkGroup Inheritance spark.components.Group

A visual component spark EmbeddedFontSparkGroup that is used as THE InstructionLayer within the DisplayContainerWithNavigationButtons main display component! It defines an instructionHeaderDE and instructionTextDE Group (+ lineGreen) were content is automatically added during startup display build phase, if its not avoided - see the DisplayController for more information...

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  instructionHeaderDE : Group
InstructionLayer
  instructionTextDE : Group
InstructionLayer
  lineGreen : GreenLine
InstructionLayer
  textArea : VGroup
InstructionLayer
Public Methods
 MethodDefined By
  
Constructor.
InstructionLayer
Property Detail
instructionHeaderDEproperty
public var instructionHeaderDE:Group

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

instructionTextDEproperty 
public var instructionTextDE:Group

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

lineGreenproperty 
public var lineGreen:GreenLine

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

textAreaproperty 
public var textArea:VGroup

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

Constructor Detail
InstructionLayer()Constructor
public function InstructionLayer()

Constructor.