| Package | Description |
|---|---|
| com.vaadin.flow.component.dnd | |
| com.vaadin.flow.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DragSource<T extends Component>
Mixin interface that provides basic drag source API for any component.
|
interface |
DropTarget<T extends Component>
Mixin interface that provides basic drop target API for any component.
|
| Modifier and Type | Method and Description |
|---|---|
static List<JavaScript> |
AnnotationReader.getJavaScriptAnnotations(Class<? extends Component> componentClass)
Finds all
JavaScript annotations on the given Component
class, its super classes and implemented interfaces. |
Copyright © 2020. All rights reserved.