Packageat.fhjoanneum.dmt.umj.core.display.layers
Classpublic class InformationLayer
InheritanceInformationLayer Inheritance EmbeddedFontSparkGroup Inheritance spark.components.Group

A visual component spark EmbeddedFontSparkGroup that is used as THE InformationLayer within the DisplayContainerWithNavigationButtons main display component! It defines an informationHeaderDE and informationTextDE Group (+ lineWhite) 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
  informationHeaderDE : Group
InformationLayer
  informationTextDE : Group
InformationLayer
  lineWhite : WhiteLine
InformationLayer
  textArea : VGroup
InformationLayer
Public Methods
 MethodDefined By
  
Constructor.
InformationLayer
Property Detail
informationHeaderDEproperty
public var informationHeaderDE:Group

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

informationTextDEproperty 
public var informationTextDE:Group

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

lineWhiteproperty 
public var lineWhite:WhiteLine

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
InformationLayer()Constructor
public function InformationLayer()

Constructor.