Package io.jmix.masquerade.component
Class MultiSelectComboBoxPicker
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<T>
io.jmix.masquerade.component.AbstractMultiSelectComboBox<MultiSelectComboBoxPicker>
io.jmix.masquerade.component.MultiSelectComboBoxPicker
- All Implemented Interfaces:
HasActions<MultiSelectComboBoxPicker>
,SpecificConditionHandler
,ByLocator
,SelenideElementWrapper<MultiSelectComboBoxPicker>
public class MultiSelectComboBoxPicker
extends AbstractMultiSelectComboBox<MultiSelectComboBoxPicker>
implements HasActions<MultiSelectComboBoxPicker>
Web-element wrapper for multi-select combobox picker.
-
Field Summary
Fields inherited from class io.jmix.masquerade.component.AbstractOverlayComponent
TOGGLE_BUTTON_CSS
Fields inherited from class io.jmix.masquerade.component.AbstractComponent
by, wrappedElement
Fields inherited from interface io.jmix.masquerade.component.HasActions
CLEAR, LOOKUP, OPEN
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jmix.masquerade.component.AbstractMultiSelectComboBox
check, clearValue, closeOverlay, getElementIterator, getItemsOverlayElement, getValue, setValue, setValue
Methods inherited from class io.jmix.masquerade.component.AbstractComboBox
selectSingleValue, type
Methods inherited from class io.jmix.masquerade.component.AbstractOverlayComponent
clickItemsOverlay, getHostCssSelector, getItemsOverlay
Methods inherited from class io.jmix.masquerade.component.AbstractField
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.component.HasActions
triggerAction, triggerActionWithView
Methods inherited from interface io.jmix.masquerade.sys.SelenideElementWrapper
disabled, displayed, enabled, exists, shouldHaveAttribute, shouldHaveAttributeValue, shouldHaveCss, shouldHaveCssValue, shouldNotHaveAttribute, shouldNotHaveAttributeValue, shouldNotHaveCss, shouldNotHaveCssValue
-
Constructor Details
-
MultiSelectComboBoxPicker
public MultiSelectComboBoxPicker(org.openqa.selenium.By by)
-