| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
protected TreeGrid<T> |
Tree.createTreeGrid()
Create inner
TreeGrid object. |
static <BEAN> TreeGrid<BEAN> |
TreeGrid.withPropertySet(PropertySet<BEAN> propertySet)
Creates a
TreeGrid using a custom PropertySet
implementation for creating a default set of columns and for resolving
property names with Grid.addColumn(String) and
Column#setEditorComponent(HasValue). |
| Modifier and Type | Method and Description |
|---|---|
TreeGrid<T> |
TreeGridDropTarget.getParent() |
| Constructor and Description |
|---|
TreeGridDragSource(TreeGrid<T> target)
Extends a TreeGrid and makes it's rows draggable.
|
TreeGridDropEvent(TreeGrid<T> target,
Map<String,String> data,
DropEffect dropEffect,
DragSourceExtension<? extends AbstractComponent> dragSourceExtension,
T dropTargetRow,
DropLocation dropLocation,
MouseEventDetails mouseEventDetails,
Integer depth,
Boolean collapsed)
Creates a TreeGrid row drop event.
|
TreeGridDropTarget(TreeGrid<T> target,
DropMode dropMode)
Extends a TreeGrid and makes it's rows drop targets for HTML5 drag and
drop.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.