public class GridColumnElement extends Object
<vaadin-grid-column>
element. This is not a TestBenchElement as polyfilled browsers are not
capable of finding it or handling it as a web element.Constructor and Description |
---|
GridColumnElement(Long __generatedId,
GridElement grid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected Long |
get__generatedId()
For internal use only.
|
GridTHTDElement |
getFooterCell()
Gets the footer cell for this column.
|
GridTHTDElement |
getHeaderCell()
Gets the header cell for this column.
|
public GridColumnElement(Long __generatedId, GridElement grid)
protected Long get__generatedId()
public GridTHTDElement getHeaderCell()
A column always has a header cell, even if the header is not shown.
public GridTHTDElement getFooterCell()
A column always has a footer cell, even if the footer is not shown.
Copyright © 2019. All rights reserved.