We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.gridpro.testbench.
Class GridProColumnElement
- java.lang.Object
-
- com.vaadin.flow.component.gridpro.testbench.GridProColumnElement
-
public class GridProColumnElement extends Object
A TestBench element representing a
<vaadin-pro-grid-edit-column>
element. This is not a TestBenchElement as polyfilled browsers are not capable of finding it or handling it as a web element.
-
-
Constructor Summary
Constructors Constructor and Description GridProColumnElement(Long __generatedId, GridProElement grid)
-
Method Summary
All Methods Modifier and Type Method and Description boolean
equals(Object obj)
protected Long
get__generatedId()
For internal use only.
ArrayList<String>
getOptionsList()
Gets the options List for this column.
-
-
-
Constructor Detail
-
GridProColumnElement
public GridProColumnElement(Long __generatedId, GridProElement grid)
-
-