| Package | Description |
|---|---|
| com.vaadin.client.connectors.grid | |
| com.vaadin.client.ui.treegrid |
| Modifier and Type | Method and Description |
|---|---|
ColumnConnector.CustomColumn |
GridConnector.getColumn(String columnId)
Gets the column corresponding to the given string identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConnector.addColumn(ColumnConnector.CustomColumn column,
String id)
Adds a column to the Grid widget.
|
void |
GridConnector.onColumnRendererChanged(ColumnConnector.CustomColumn column)
Method called by
CustomColumn when its renderer changes. |
void |
GridConnector.removeColumnMapping(ColumnConnector.CustomColumn column)
Removes the given column from mappings in this Connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeGridConnector.onColumnRendererChanged(ColumnConnector.CustomColumn column) |
Copyright © 2018 Vaadin Ltd. All rights reserved.