Package io.jmix.masquerade.component
Class EntityComboBox
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<T,ComboBoxOverlay<T>>
io.jmix.masquerade.component.AbstractComboBox<EntityComboBox>
io.jmix.masquerade.component.EntityComboBox
- All Implemented Interfaces:
HasActions<EntityComboBox>,SpecificConditionHandler,ByLocator,SelenideElementWrapper<EntityComboBox>
public class EntityComboBox
extends AbstractComboBox<EntityComboBox>
implements HasActions<EntityComboBox>
Web-element wrapper for entity combobox. Supports setting value.
-
Field Summary
Fields inherited from class io.jmix.masquerade.component.AbstractOverlayComponent
TOGGLE_BUTTON_CSSFields inherited from class io.jmix.masquerade.component.AbstractComponent
by, wrappedElementFields inherited from interface io.jmix.masquerade.component.HasActions
CLEAR, LOOKUP, OPEN -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.masquerade.component.AbstractComboBox
getItemsOverlayElement, selectSingleValue, typeMethods inherited from class io.jmix.masquerade.component.AbstractOverlayComponent
clickItemsOverlay, getHostCssSelector, getItemsOverlayMethods inherited from class io.jmix.masquerade.component.AbstractField
check, getInputDelegate, getLabelDelegateMethods inherited from class io.jmix.masquerade.component.AbstractComponent
getBy, getDelegateMethods inherited from class io.jmix.masquerade.component.AbstractSpecificConditionHandler
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.component.HasActions
triggerAction, triggerActionWithViewMethods inherited from interface io.jmix.masquerade.sys.SelenideElementWrapper
disabled, displayed, enabled, exists, shouldHaveAttribute, shouldHaveAttributeValue, shouldHaveCss, shouldHaveCssValue, shouldNotHaveAttribute, shouldNotHaveAttributeValue, shouldNotHaveCss, shouldNotHaveCssValue
-
Constructor Details
-
EntityComboBox
public EntityComboBox(org.openqa.selenium.By by)
-
-
Method Details
-
setValue
Selects the value in theComboBoxOverlay. The value is usually equals to the entity instance name.- Parameters:
value- value to select- Returns:
thisto call fluent API
-