Packageat.fhjoanneum.dmt.umj.core.display.settingsui
Classpublic class SettingsUserInterface
InheritanceSettingsUserInterface Inheritance EmbeddedFontSparkGroup Inheritance spark.components.Group
Implements mx.binding.IBindingClient

A visual component spark EmbeddedFontSparkGroup that acts as the SETTINGS USER INTERFACE (or core administration). It's a layer with a window on it and provides access to all core parameters!

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  appConfigUserInterface : AppConfigUserInterface
SettingsUserInterface
  appContentUserInterface : AppContentUserInterface
SettingsUserInterface
  authenticated : VGroup
SettingsUserInterface
  credits : Label
SettingsUserInterface
  creditsLogin : Label
SettingsUserInterface
  debugAppInterface : AppDebugUserInterface
SettingsUserInterface
  dragWindow : Panel
SettingsUserInterface
  keys : Label
SettingsUserInterface
  keysLogin : Label
SettingsUserInterface
  login : VGroup
SettingsUserInterface
  logoutbutton : Button
SettingsUserInterface
  noticeConfig : Label
SettingsUserInterface
  noticeContent : Label
SettingsUserInterface
  notpossibleNoticeForContent : Label
SettingsUserInterface
  notpossibleNoticeForPresentation : Label
SettingsUserInterface
  password : TextInput
SettingsUserInterface
  passwordLabel : Label
SettingsUserInterface
  submitpassword : Button
SettingsUserInterface
  tabs : TabBar
SettingsUserInterface
  vs : ViewStack
SettingsUserInterface
  welc : Label
SettingsUserInterface
  welcLogin : Label
SettingsUserInterface
Public Methods
 MethodDefined By
  
Constructor.
SettingsUserInterface
Protected Methods
 MethodDefined By
  
logoutbutton_clickHandler(event:MouseEvent):void
SettingsUserInterface
  
password_keyDownHandler(event:KeyboardEvent):void
SettingsUserInterface
  
SettingsUserInterface
  
submitpassword_clickHandler(event:MouseEvent):void
SettingsUserInterface
Property Detail
appConfigUserInterfaceproperty
public var appConfigUserInterface:AppConfigUserInterface

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

appContentUserInterfaceproperty 
public var appContentUserInterface:AppContentUserInterface

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

authenticatedproperty 
public var authenticated:VGroup

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

creditsproperty 
public var credits:Label

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

creditsLoginproperty 
public var creditsLogin:Label

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

debugAppInterfaceproperty 
public var debugAppInterface:AppDebugUserInterface

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

dragWindowproperty 
public var dragWindow:Panel

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

keysproperty 
public var keys:Label

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

keysLoginproperty 
public var keysLogin:Label

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

loginproperty 
public var login:VGroup

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

logoutbuttonproperty 
public var logoutbutton:Button

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

noticeConfigproperty 
public var noticeConfig:Label

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

noticeContentproperty 
public var noticeContent:Label

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

notpossibleNoticeForContentproperty 
public var notpossibleNoticeForContent:Label

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

notpossibleNoticeForPresentationproperty 
public var notpossibleNoticeForPresentation:Label

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

passwordproperty 
public var password:TextInput

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

passwordLabelproperty 
public var passwordLabel:Label

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

submitpasswordproperty 
public var submitpassword:Button

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

tabsproperty 
public var tabs:TabBar

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

vsproperty 
public var vs:ViewStack

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

welcproperty 
public var welc:Label

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

welcLoginproperty 
public var welcLogin:Label

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

Constructor Detail
SettingsUserInterface()Constructor
public function SettingsUserInterface()

Constructor.

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

Parameters

event:MouseEvent

password_keyDownHandler()method 
protected function password_keyDownHandler(event:KeyboardEvent):void

Parameters

event:KeyboardEvent

settingsui_creationCompleteHandler()method 
protected function settingsui_creationCompleteHandler(event:FlexEvent):void

Parameters

event:FlexEvent

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

Parameters

event:MouseEvent