Uses of Class
com.vaadin.shared.ui.dnd.DragSourceState
-
Packages that use DragSourceState Package Description com.vaadin.client.extensions com.vaadin.shared.ui.grid com.vaadin.shared.ui.treegrid com.vaadin.ui.dnd -
-
Uses of DragSourceState in com.vaadin.client.extensions
Methods in com.vaadin.client.extensions that return DragSourceState Modifier and Type Method Description DragSourceState
DragSourceExtensionConnector. getState()
-
Uses of DragSourceState in com.vaadin.shared.ui.grid
Subclasses of DragSourceState in com.vaadin.shared.ui.grid Modifier and Type Class Description class
GridDragSourceState
State class containing parameters for GridDragSource. -
Uses of DragSourceState in com.vaadin.shared.ui.treegrid
Subclasses of DragSourceState in com.vaadin.shared.ui.treegrid Modifier and Type Class Description class
TreeGridDragSourceState
State class containing parameters for TreeGridDragSource. -
Uses of DragSourceState in com.vaadin.ui.dnd
Methods in com.vaadin.ui.dnd that return DragSourceState Modifier and Type Method Description protected DragSourceState
DragSourceExtension. getState()
protected DragSourceState
DragSourceExtension. getState(boolean markAsDirty)
-