Class Ext.air.Clipboard
| Package: | Ext.air |
| Defined In: | Clipboard.js |
| Class: | Clipboard |
| Extends: | Object |
*
This class is a singleton and cannot be created directly.
Public Properties
This class has no public properties.
Public Methods
| |
clear() : void
Clear the clipboard for all formats.
Clear the clipboard for all formats.
|
Clipboard |
| |
clearData( String format ) : void
Clear the data for a particular format.
Clear the data for a particular format.
|
Clipboard |
| |
getData( String format, String transferMode ) : void
Get the data for a particular format.
Get the data for a particular format.
|
Clipboard |
| |
hasData( String format ) : void
Determine if there is any data in a particular format clipboard.
Determine if there is any data in a particular format clipboard.
|
Clipboard |
| |
setData( String format, Mixed data ) : void
Set the data for a particular format clipboard.
Set the data for a particular format clipboard.
|
Clipboard |
| |
setDataHandler( String format, Function fn ) : void
Set the data handler for a particular format clipboard.
Set the data handler for a particular format clipboard.
|
Clipboard |
Public Events
This class has no public events.