Package io.jmix.masquerade.component
Class DataGrid.HeaderRow
java.lang.Object
io.jmix.masquerade.component.AbstractSpecificConditionHandler<T>
io.jmix.masquerade.component.DataGrid.AbstractRow<DataGrid.HeaderRow,DataGrid.HeaderCell>
io.jmix.masquerade.component.DataGrid.HeaderRow
- All Implemented Interfaces:
SpecificConditionHandler,SelenideElementWrapper<DataGrid.HeaderRow>
- Enclosing class:
- DataGrid
public static class DataGrid.HeaderRow
extends DataGrid.AbstractRow<DataGrid.HeaderRow,DataGrid.HeaderCell>
Web-element wrapper for data grid header row. Supports getting cells.
-
Field Summary
Fields inherited from class io.jmix.masquerade.component.DataGrid.AbstractRow
parent, rowWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DataGrid.HeaderCellcreateCell(com.codeborne.selenide.SelenideElement cellElement, DataGrid parent) getCellByIndex(int colIndex) Methods inherited from class io.jmix.masquerade.component.DataGrid.AbstractRow
getCellBy, getDelegateMethods inherited from class io.jmix.masquerade.component.AbstractSpecificConditionHandler
check, should, should, shouldBe, shouldBe, shouldHave, shouldHave, shouldNot, shouldNot, shouldNotBe, shouldNotBe, shouldNotHave, shouldNotHaveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.masquerade.sys.SelenideElementWrapper
disabled, displayed, enabled, exists, shouldHaveAttribute, shouldHaveAttributeValue, shouldHaveCss, shouldHaveCssValue, shouldNotHaveAttribute, shouldNotHaveAttributeValue, shouldNotHaveCss, shouldNotHaveCssValue
-
Constructor Details
-
HeaderRow
-
-
Method Details
-
getCellByIndex
- Parameters:
colIndex- header cell column index (indexing starts with0).- Returns:
DataGrid.HeaderCellweb-element wrapper
-
createCell
protected DataGrid.HeaderCell createCell(com.codeborne.selenide.SelenideElement cellElement, DataGrid parent) - Specified by:
createCellin classDataGrid.AbstractRow<DataGrid.HeaderRow,DataGrid.HeaderCell>
-