- DND_CONNECTOR - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Resource path for importing dnd connector.
- DND_CONNECTOR_COMPATIBILITY - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Resource path for importing dnd connector for compatibility mode.
- DndConnectorResource - Class in com.vaadin.flow.component.dnd.osgi
-
Connector resource registration.
- DndConnectorResource() - Constructor for class com.vaadin.flow.component.dnd.osgi.DndConnectorResource
-
- DndUtil - Class in com.vaadin.flow.component.dnd.internal
-
Internal class for drag and drop related utility methods.
- DRAG_SOURCE_DATA_KEY - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Key for storing server side drag data for a
DragSource.
- DragEndEvent<T extends Component> - Class in com.vaadin.flow.component.dnd
-
HTML5 drag end event, fired when the user stops dragging a drag source either
by dropping on top of a valid drop target or by canceling to drop.
- DragEndEvent(T, boolean, String) - Constructor for class com.vaadin.flow.component.dnd.DragEndEvent
-
Creates a drag end event.
- DragSource<T extends Component> - Interface in com.vaadin.flow.component.dnd
-
Mixin interface that provides basic drag source API for any component.
- DragStartEvent<T extends Component> - Class in com.vaadin.flow.component.dnd
-
HTML5 drag start event, fired when the user starts dragging a drag source.
- DragStartEvent(T, boolean) - Constructor for class com.vaadin.flow.component.dnd.DragStartEvent
-
Creates a drag start event.
- DROP_EFFECT_ELEMENT_PROPERTY - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Property name for storing the
DropEffect on element level.
- DROP_TARGET_ACTIVE_PROPERTY - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Property name for storing drop target activity data for an element.
- DropEffect - Enum in com.vaadin.flow.component.dnd
-
Used to specify the drop effect to use on dragenter or dragover events.
- DropEvent<T extends Component> - Class in com.vaadin.flow.component.dnd
-
Server side drop event.
- DropEvent(T, boolean, String) - Constructor for class com.vaadin.flow.component.dnd.DropEvent
-
Creates a server side drop event.
- DropTarget<T extends Component> - Interface in com.vaadin.flow.component.dnd
-
Mixin interface that provides basic drop target API for any component.
- getAlias() - Method in class com.vaadin.flow.component.dnd.osgi.DndConnectorResource
-
- getClientPropertyValue() - Method in enum com.vaadin.flow.component.dnd.EffectAllowed
-
Get the lower case string value that is accepted by the client side drag
event.
- getComponent() - Method in class com.vaadin.flow.component.dnd.DragEndEvent
-
Returns the drag source component where the dragend event occurred.
- getComponent() - Method in class com.vaadin.flow.component.dnd.DragStartEvent
-
Returns the drag source component where the dragstart event occurred.
- getComponent() - Method in class com.vaadin.flow.component.dnd.DropEvent
-
Returns the drop target component where the drop event occurred.
- getDragData() - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Get server side drag data.
- getDragData() - Method in class com.vaadin.flow.component.dnd.DropEvent
-
Gets the server side drag data.
- getDraggableElement() - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Returns the element where the draggable attribute is applied,
making it draggable by the user.
- getDragSourceComponent() - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Returns the drag source component.
- getDragSourceComponent() - Method in class com.vaadin.flow.component.dnd.DropEvent
-
Returns the drag source component if the drag originated from a component
in the same UI as the drop target component, or an empty optional.
- getDropEffect() - Method in class com.vaadin.flow.component.dnd.DragEndEvent
-
Get drop effect of the dragend event.
- getDropEffect() - Method in class com.vaadin.flow.component.dnd.DropEvent
-
Get the desired dropEffect for the drop event.
- getDropEffect() - Method in interface com.vaadin.flow.component.dnd.DropTarget
-
Returns the drop effect for the current drop target.
- getDropTargetComponent() - Method in interface com.vaadin.flow.component.dnd.DropTarget
-
Returns the drop target component.
- getEffectAllowed() - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Returns the allowed effects for the current drag source element.
- getEffectAllowed() - Method in class com.vaadin.flow.component.dnd.DropEvent
-
Get the effectAllowed set by the drag source.
- getElement() - Method in interface com.vaadin.flow.component.dnd.DragSource
-
- getElement() - Method in interface com.vaadin.flow.component.dnd.DropTarget
-
Returns the element which is made as a drop target in the UI.
- getPath() - Method in class com.vaadin.flow.component.dnd.osgi.DndConnectorResource
-