dundas.view.ClipboardBuffer Class

 

Inheritance Hierarchy

 
Class
   dundas.view.ClipboardBuffer
 

Constructors

 
  Name Description
init make sure the event is always a singleton
 
 

Methods

 
  Name Description
clearData Clear the data from the clipboard.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getData Take data out from the clipboard.
hasData Check if there is data in the clipboard.
setData Put data into the clipboard.
setRawData Put data into the clipboard.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.