| Package | Description |
|---|---|
| com.github.loyada.jdollarx.singlebrowser |
Simplified API for interaction with a single instance of browser
|
| Modifier and Type | Method and Description |
|---|---|
AgGrid.AgGridBuilder |
AgGrid.AgGridBuilder.containedIn(Path container)
optional - define the container of the grid
|
static AgGrid.AgGridBuilder |
AgGrid.getBuilder() |
AgGrid.AgGridBuilder |
AgGrid.AgGridBuilder.isStrict()
The assertions will be strict - if there are extra rows, it will fail.
|
AgGrid.AgGridBuilder |
AgGrid.AgGridBuilder.withHeaders(List<String> headers)
The headers of the columns
|
AgGrid.AgGridBuilder |
AgGrid.AgGridBuilder.withoutVirtualization()
without virtualization.
|
AgGrid.AgGridBuilder |
AgGrid.AgGridBuilder.withRowsAsElementProperties(List<Map<String,ElementProperty>> rows)
Define the rows in the table, in order.
|
AgGrid.AgGridBuilder |
AgGrid.AgGridBuilder.withRowsAsElementPropertiesInOrder(List<List<Map.Entry<String,ElementProperty>>> rows)
Define the rows in the table, in order.
|
AgGrid.AgGridBuilder |
AgGrid.AgGridBuilder.withRowsAsStrings(List<Map<String,String>> rows)
Define the rows in the table, in order.
|
AgGrid.AgGridBuilder |
AgGrid.AgGridBuilder.withRowsAsStringsInOrder(List<List<Map.Entry<String,String>>> rows)
Define the rows in the table, in order.
|
Copyright © 2019. All rights reserved.