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



Public Properties
 PropertyDefined By
  clearButton : Button
NotificationsLog
  copyButton : Button
NotificationsLog
  notificationsList : DataGrid
NotificationsLog
  showDebugCheckBox : CheckBox
NotificationsLog
Public Methods
 MethodDefined By
  
Constructor.
NotificationsLog
  
clearList(e:Event = null):void
Clear the notifications list
NotificationsLog
  
Export the list as a text and copy it to the system clipboard
NotificationsLog
Property Detail
clearButtonproperty
public var clearButton:Button

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

copyButtonproperty 
public var copyButton:Button

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

notificationsListproperty 
public var notificationsList:DataGrid

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

showDebugCheckBoxproperty 
public var showDebugCheckBox:CheckBox

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

Constructor Detail
NotificationsLog()Constructor
public function NotificationsLog()

Constructor.

Method Detail
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