public class DragDataItem extends Object
| Constructor and Description |
|---|
DragDataItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURL()
Stores the base URL for the contained markup.
|
String |
getData()
Depending of the value of `mimeType`, it contains the dragged link, text, HTML markup or any
other data.
|
String |
getMimeType()
Mime type of the dragged data.
|
String |
getTitle()
Title associated with a link.
|
void |
setBaseURL(String baseURL)
Stores the base URL for the contained markup.
|
void |
setData(String data)
Depending of the value of `mimeType`, it contains the dragged link, text, HTML markup or any
other data.
|
void |
setMimeType(String mimeType)
Mime type of the dragged data.
|
void |
setTitle(String title)
Title associated with a link.
|
public String getMimeType()
public void setMimeType(String mimeType)
public String getData()
public void setData(String data)
public String getTitle()
public void setTitle(String title)
public String getBaseURL()
public void setBaseURL(String baseURL)
Copyright © 2021 Kenan Klisura. All rights reserved.