| Interface | Description |
|---|---|
| BackofficeDragAndDropContext | |
| DragAndDropContext |
Represents a context passed to drag and drop operations.
|
| DragAndDropStrategy |
Strategy to handle drag&drop functionality.
|
| DropHandler<DRAGGED,TARGET> |
Handler responsible for dropping operations.
|
| SelectionSupplier<T> |
Responsible for providing lists of selected objects which are dragged and next dropped.
|
| WidgetDragAndDropAware | |
| WidgetDragAndDropStrategyRepository | |
| WidgetDragAndDropStrategyResolver |
| Class | Description |
|---|---|
| BeanNameWidgetDragAndDropStrategyResolver | |
| DefaultDragAndDropContext | |
| DefaultDragAndDropContext.Builder | |
| DefaultWidgetDragAndDropStrategyRepository | |
| DropCompositeHandler | |
| DropOperationData<DRAGGED,TARGET,MODIFIED> |
Responsible for storing objects used in "single" drop operation.
|
| DropOperationValidationData | |
| DropOperationValidationRenderer | |
| ValidationResultListItemRenderer |
| Enum | Description |
|---|---|
| DragAndDropActionType |
In case when dragged object is dropped on collection, this action type specifies whether dropped object should be
just added to existing collection or should clear the collection before adding.
|
Copyright © 2018. All rights reserved.