Modifier and Type | Method and Description |
---|---|
TwinColGrid<T> |
TwinColGrid.addColumn(com.vaadin.flow.component.ItemLabelGenerator<T> itemLabelGenerator,
String header)
Adds a new text column to this
Grid with a value provider. |
TwinColGrid<T> |
TwinColGrid.addSortableColumn(com.vaadin.flow.component.ItemLabelGenerator<T> itemLabelGenerator,
Comparator<T> comparator,
String header) |
TwinColGrid<T> |
TwinColGrid.withDragAndDropSupport()
Adds drag n drop support between grids.
|
TwinColGrid<T> |
TwinColGrid.withLeftColumnCaption(String leftColumnCaption)
Sets the text shown above the left column.
|
TwinColGrid<T> |
TwinColGrid.withoutAddAllButton() |
TwinColGrid<T> |
TwinColGrid.withoutAddButton() |
TwinColGrid<T> |
TwinColGrid.withoutRemoveAllButton() |
TwinColGrid<T> |
TwinColGrid.withoutRemoveButton() |
TwinColGrid<T> |
TwinColGrid.withRightColumnCaption(String rightColumnCaption)
Sets the text shown above the right column.
|
TwinColGrid<T> |
TwinColGrid.withSizeFull() |
Copyright © 2017–2020 Flowing Code. All rights reserved.