com.vaadin.client.connectors.grid.
Class ColumnConnector.CustomColumn
- java.lang.Object
-
- com.vaadin.client.widgets.Grid.Column<Object,elemental.json.JsonObject>
-
- com.vaadin.client.connectors.grid.ColumnConnector.CustomColumn
-
Enclosing class:
public abstract static class ColumnConnector.CustomColumn extends Grid.Column<Object,elemental.json.JsonObject>
Class for representing a custom column.
-
-
Method Summary
All Methods Modifier and Type Method 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.
-
Methods inherited from class com.vaadin.client.widgets.Grid.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, toString
-
-
-
-
Method Detail
-
getConnectorId
public String getConnectorId()
Returns the id for the corresponding connector.
Returns:
the id for the connector
-
setDefaultHeaderContent
protected void setDefaultHeaderContent(Grid.HeaderCell cell)
Description copied from class:
Grid.Column
Resets the default header cell contents to column header captions.
Overrides:
setDefaultHeaderContent
in classGrid.Column<Object,elemental.json.JsonObject>
Parameters:
cell
- default header cell for this column
-
getTooltipContentMode
public ContentMode getTooltipContentMode()
Gets the content mode for tooltips in this column.
Returns:
the content mode.
Since:
8.2
-
setTooltipContentMode
public void setTooltipContentMode(ContentMode tooltipContentMode)
Sets the content mode for tooltips in this column.
Parameters:
tooltipContentMode
- the content mode for tooltipsSince:
8.2
-
-