Package | org.ow2.kerneos.core.view.notification |
Class | public class NotificationsLog |
Inheritance | NotificationsLog ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
clearButton : Button | NotificationsLog | ||
copyButton : Button | NotificationsLog | ||
notificationsList : DataGrid | NotificationsLog | ||
showDebugCheckBox : CheckBox | NotificationsLog |
Method | Defined By | ||
---|---|---|---|
Constructor. | NotificationsLog | ||
clearList(e:Event = null):void
Clear the notifications list
| NotificationsLog | ||
copyToClipboard():void
Export the list as a text and copy it to the system clipboard
| NotificationsLog |
clearButton | property |
public var clearButton:Button
This property can be used as the source for data binding.
copyButton | property |
public var copyButton:Button
This property can be used as the source for data binding.
notificationsList | property |
public var notificationsList:DataGrid
This property can be used as the source for data binding.
showDebugCheckBox | property |
public var showDebugCheckBox:CheckBox
This property can be used as the source for data binding.
NotificationsLog | () | Constructor |
public function NotificationsLog()
Constructor.
clearList | () | method |
public function clearList(e:Event = null):void
Clear the notifications list
Parameters
e:Event (default = null )
|
copyToClipboard | () | method |
public function copyToClipboard():void
Export the list as a text and copy it to the system clipboard