Package io.jmix.masquerade.component
Class AbstractOverlayComponent<C extends AbstractOverlayComponent<C,O>,O extends AbstractOverlay<O,C>>
java.lang.Object
io.jmix.masquerade.component.AbstractSpecificConditionHandler<T>
io.jmix.masquerade.component.AbstractComponent<T>
io.jmix.masquerade.component.AbstractField<C>
io.jmix.masquerade.component.AbstractOverlayComponent<C,O>
- Type Parameters:
C
- inheritor class typeO
- overlay class type
- All Implemented Interfaces:
SpecificConditionHandler
,ByLocator
,SelenideElementWrapper<C>
- Direct Known Subclasses:
AbstractComboBox
,Select
public abstract class AbstractOverlayComponent<C extends AbstractOverlayComponent<C,O>,O extends AbstractOverlay<O,C>>
extends AbstractField<C>
Abstract class for web-element wrappers that supports opening
AbstractOverlay
. Supports clicking on
overlay open button.-
Field Summary
FieldsFields inherited from class io.jmix.masquerade.component.AbstractComponent
by, wrappedElement
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.masquerade.component.AbstractField
check, getInputDelegate, getLabelDelegate
Methods inherited from class io.jmix.masquerade.component.AbstractComponent
getBy, getDelegate
Methods inherited from class io.jmix.masquerade.component.AbstractSpecificConditionHandler
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
-
TOGGLE_BUTTON_CSS
- See Also:
-
-
Constructor Details
-
AbstractOverlayComponent
public AbstractOverlayComponent(org.openqa.selenium.By by)
-
-
Method Details