Package io.jmix.masquerade.component
Class DataGrid.AbstractCell<T>
java.lang.Object
io.jmix.masquerade.component.AbstractSpecificConditionHandler<T>
io.jmix.masquerade.component.DataGrid.AbstractCell<T>
- Type Parameters:
T
- inheritor cell class type
- All Implemented Interfaces:
SpecificConditionHandler
,SelenideElementWrapper<T>
- Direct Known Subclasses:
DataGrid.Cell
,DataGrid.HeaderCell
- Enclosing class:
- DataGrid
protected abstract static class DataGrid.AbstractCell<T>
extends AbstractSpecificConditionHandler<T>
Abstract class for data grid cell. Supports getting content (linked by a special slot with a
light-DOM web-element).
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.codeborne.selenide.SelenideElement
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractCell
(com.codeborne.selenide.SelenideElement cellWrapper, DataGrid parent) -
Method Summary
Modifier and TypeMethodDescriptioncom.codeborne.selenide.SelenideElement
com.codeborne.selenide.SelenideElement
Methods inherited from class io.jmix.masquerade.component.AbstractSpecificConditionHandler
check, should, should, shouldBe, shouldBe, shouldHave, shouldHave, shouldNot, shouldNot, shouldNotBe, shouldNotBe, shouldNotHave, shouldNotHave
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.masquerade.sys.SelenideElementWrapper
disabled, displayed, enabled, exists, shouldHaveAttribute, shouldHaveAttributeValue, shouldHaveCss, shouldHaveCssValue, shouldNotHaveAttribute, shouldNotHaveAttributeValue, shouldNotHaveCss, shouldNotHaveCssValue
-
Field Details
-
cellWrapper
public com.codeborne.selenide.SelenideElement cellWrapper -
parent
-
-
Constructor Details
-
AbstractCell
-
-
Method Details
-
getCellContent
public com.codeborne.selenide.SelenideElement getCellContent()- Returns:
- cell related content in light-DOM
-
getDelegate
public com.codeborne.selenide.SelenideElement getDelegate()- Returns:
- original wrapped
SelenideElement
-