- 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.