Packageat.fhjoanneum.dmt.umj.core.display.notifications
Classpublic class NotificationWindow
InheritanceNotificationWindow Inheritance spark.components.TitleWindow
Implements mx.binding.IBindingClient

A visual component spark TitleWindow that can be used easily via the NotificationHelper Singleton to throw critical errors and other informations

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  continueanyway_btn : Button
NotificationWindow
  ok_btn : Button
NotificationWindow
  quit_btn : Button
NotificationWindow
  txtNotificationText : String
NotificationWindow
  txtWindowTitle : String
NotificationWindow
Public Methods
 MethodDefined By
  
Constructor.
NotificationWindow
  
startTicker(seconds:Number):void
NotificationWindow
Property Detail
continueanyway_btnproperty
public var continueanyway_btn:Button

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

ok_btnproperty 
public var ok_btn:Button

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

quit_btnproperty 
public var quit_btn:Button

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

txtNotificationTextproperty 
public var txtNotificationText:String

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

txtWindowTitleproperty 
public var txtWindowTitle:String

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

Constructor Detail
NotificationWindow()Constructor
public function NotificationWindow()

Constructor.

Method Detail
startTicker()method
public function startTicker(seconds:Number):void

Parameters

seconds:Number