Package | org.ow2.kerneos.core.view.notification |
Class | public class NotificationPopUp |
Inheritance | NotificationPopUp ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | NotificationPopUp | ||
close(e:Event = null):void
Close the popup
| NotificationPopUp |
body | property |
public var body:Box
This property can be used as the source for data binding.
closeButton | property |
public var closeButton:Button
This property can be used as the source for data binding.
fadeIn | property |
public var fadeIn:Fade
This property can be used as the source for data binding.
fadeOut | property |
public var fadeOut:Fade
This property can be used as the source for data binding.
level | property |
public var level:String
The message level
This property can be used as the source for data binding.
LIFE_TIME | property |
public static var LIFE_TIME:int = 2500
The time before it auto-closes (in ms)
message | property |
public var message:String
The html text message
This property can be used as the source for data binding.
module | property |
public var module:ModuleVO
This property can be used as the source for data binding.
moduleIcon | property |
public var moduleIcon:Image
This property can be used as the source for data binding.
window | property |
public var window:ModuleWindow
The window linked to this message
This property can be used as the source for data binding.
NotificationPopUp | () | Constructor |
public function NotificationPopUp()
Constructor.
close | () | method |
public function close(e:Event = null):void
Close the popup
Parameters
e:Event (default = null )
|