public class DocumentPaneTransferInfo
extends java.lang.Object
implements java.io.Serializable
WebDocumentPane drag operation.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
documentPaneId
WebDocumentPane unique ID. |
protected java.lang.Boolean |
dragBetweenPanesEnabled
Whether or not source
WebDocumentPane allows drag between panes. |
| Constructor and Description |
|---|
DocumentPaneTransferInfo(WebDocumentPane documentPane)
Constructs new drag operation information.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocumentPaneId()
Returns
WebDocumentPane unique ID. |
java.lang.Boolean |
getDragBetweenPanesEnabled()
Returns whether or not source
WebDocumentPane allows drag between panes. |
protected final java.lang.String documentPaneId
WebDocumentPane unique ID.protected final java.lang.Boolean dragBetweenPanesEnabled
WebDocumentPane allows drag between panes.public DocumentPaneTransferInfo(WebDocumentPane documentPane)
documentPane - source WebDocumentPanepublic java.lang.String getDocumentPaneId()
WebDocumentPane unique ID.WebDocumentPane unique IDpublic java.lang.Boolean getDragBetweenPanesEnabled()
WebDocumentPane allows drag between panes.WebDocumentPane allows drag between panes, false otherwise