public abstract static class ColumnConnector.CustomColumn extends Grid.Column<Object,elemental.json.JsonObject>
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectorId()
Returns the id for the corresponding connector.
|
ContentMode |
getTooltipContentMode()
Gets the content mode for tooltips in this column.
|
protected void |
setDefaultHeaderContent(Grid.HeaderCell cell)
Resets the default header cell contents to column header captions.
|
void |
setTooltipContentMode(ContentMode tooltipContentMode)
Sets the content mode for tooltips in this column.
|
clearExpandRatio, getAssistiveCaption, getExpandRatio, getHeaderCaption, getHidingToggleCaption, getMaximumWidth, getMinimumWidth, getRenderer, getValue, getWidth, getWidthActual, isEditable, isHandleWidgetEvents, isHidable, isHidden, isMinimumWidthFromContent, isResizable, isSortable, setAssistiveCaption, setEditable, setExpandRatio, setHandleWidgetEvents, setHeaderCaption, setHidable, setHidden, setHidingToggleCaption, setMaximumWidth, setMinimumWidth, setMinimumWidthFromContent, setRenderer, setResizable, setSortable, setWidth, toStringpublic String getConnectorId()
protected void setDefaultHeaderContent(Grid.HeaderCell cell)
Grid.ColumnsetDefaultHeaderContent in class Grid.Column<Object,elemental.json.JsonObject>cell - default header cell for this columnpublic ContentMode getTooltipContentMode()
public void setTooltipContentMode(ContentMode tooltipContentMode)
tooltipContentMode - the content mode for tooltipsCopyright © 2021 Vaadin Ltd. All rights reserved.