Interface | Description |
---|---|
IsRowDragHandle |
Marker interface for columns that can initiate Row drag and drop operations.
|
Class | Description |
---|---|
GridWidgetDnDHandlersState |
A container for the state of the MouseDown, MouseMove and MouseUp handlers during a drag operation.
|
GridWidgetDnDMouseDownHandler |
MouseDownHandler to handle the commencement of drag operations.
|
GridWidgetDnDMouseMoveHandler |
MouseMoveHandler to handle potential drag operations and handle the drag itself; if required.
|
GridWidgetDnDMouseUpHandler |
MouseUpHandler to handle completion of drag operations and release resources.
|
GridWidgetDnDProxy |
The Group representing a column or row during the drag operation of the column or row being moved.
|
Enum | Description |
---|---|
GridWidgetDnDHandlersState.GridWidgetHandlersOperation |
The different states of the drag operation.
|
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.