Modifier and Type | Method and Description |
---|---|
<V> TwinColGrid<T> |
TwinColGrid.addColumn(com.vaadin.data.ValueProvider<T,V> valueProvider,
String caption)
Adds a new text column to this
Grid with a value provider. |
TwinColGrid<T> |
TwinColGrid.showAddAllButton() |
TwinColGrid<T> |
TwinColGrid.showRemoveAllButton() |
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.withRightColumnCaption(String rightColumnCaption)
Sets the text shown above the right column.
|
TwinColGrid<T> |
TwinColGrid.withRows(int rows)
Sets the number of rows in the selects.
|
TwinColGrid<T> |
TwinColGrid.withSizeFull() |
Copyright © 2017–2020 FlowingCode S.A.. All rights reserved.