Packageorg.ow2.kerneos.core.view.notification
Classpublic class NotificationPopUp
InheritanceNotificationPopUp Inheritance mx.containers.VBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  body : Box
NotificationPopUp
  closeButton : Button
NotificationPopUp
  fadeIn : Fade
NotificationPopUp
  fadeOut : Fade
NotificationPopUp
  level : String
The message level
NotificationPopUp
  LIFE_TIME : int = 2500
[static] The time before it auto-closes (in ms)
NotificationPopUp
  message : String
The html text message
NotificationPopUp
  module : ModuleVO
NotificationPopUp
  moduleIcon : Image
NotificationPopUp
  window : ModuleWindow
The window linked to this message
NotificationPopUp
Public Methods
 MethodDefined By
  
Constructor.
NotificationPopUp
  
close(e:Event = null):void
Close the popup
NotificationPopUp
Property Detail
bodyproperty
public var body:Box

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

closeButtonproperty 
public var closeButton:Button

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

fadeInproperty 
public var fadeIn:Fade

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

fadeOutproperty 
public var fadeOut:Fade

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

levelproperty 
public var level:String

The message level

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

LIFE_TIMEproperty 
public static var LIFE_TIME:int = 2500

The time before it auto-closes (in ms)

messageproperty 
public var message:String

The html text message

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

moduleproperty 
public var module:ModuleVO

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

moduleIconproperty 
public var moduleIcon:Image

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

windowproperty 
public var window:ModuleWindow

The window linked to this message

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

Constructor Detail
NotificationPopUp()Constructor
public function NotificationPopUp()

Constructor.

Method Detail
close()method
public function close(e:Event = null):void

Close the popup

Parameters

e:Event (default = null)