| Package | feathers.dragDrop |
| Class | public class DragData |
| Inheritance | DragData Object |
| Product Version : | Feathers 1.0.0 |
See also
| Method | Defined By | ||
|---|---|---|---|
DragData()
Constructor. | DragData | ||
clearDataForFormat(format:String):*
Removes all data for the specified format. | DragData | ||
getDataForFormat(format:String):*
Returns data for the specified format. | DragData | ||
hasDataForFormat(format:String):Boolean
Determines if the specified data format is available. | DragData | ||
setDataForFormat(format:String, data:*):void
Saves data for the specified format. | DragData | ||
| DragData | () | Constructor |
public function DragData()Constructor.
| clearDataForFormat | () | method |
public function clearDataForFormat(format:String):*Removes all data for the specified format.
Parameters
format:String |
* |
| getDataForFormat | () | method |
public function getDataForFormat(format:String):*Returns data for the specified format.
Parameters
format:String |
* |
| hasDataForFormat | () | method |
public function hasDataForFormat(format:String):BooleanDetermines if the specified data format is available.
Parameters
format:String |
Boolean |
| setDataForFormat | () | method |
public function setDataForFormat(format:String, data:*):voidSaves data for the specified format.
Parameters
format:String | |
data:* |