Package io.webfolder.cdp.type.input
Class DragDataItem
java.lang.Object
io.webfolder.cdp.type.input.DragDataItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStores the base URL for the contained markup.getData()
Depending of the value of mimeType, it contains the dragged link, text, HTML markup or any other data.Mime type of the dragged data.getTitle()
Title associated with a link.void
setBaseURL
(String baseURL) Stores the base URL for the contained markup.void
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
Title associated with a link.toString()
-
Constructor Details
-
DragDataItem
public DragDataItem()
-
-
Method Details
-
getMimeType
Mime type of the dragged data. -
setMimeType
Mime type of the dragged data. -
getData
Depending of the value of mimeType, it contains the dragged link, text, HTML markup or any other data. -
setData
Depending of the value of mimeType, it contains the dragged link, text, HTML markup or any other data. -
getTitle
Title associated with a link. Only valid when mimeType == "text/uri-list". -
setTitle
Title associated with a link. Only valid when mimeType == "text/uri-list". -
getBaseURL
Stores the base URL for the contained markup. Only valid when mimeType == "text/html". -
setBaseURL
Stores the base URL for the contained markup. Only valid when mimeType == "text/html". -
toString
-