Class CheckboxGroupEnumField

java.lang.Object
com.onenetwork.platform.tools.test.ui.components.Component
com.onenetwork.platform.tools.test.ui.components.CheckboxGroupEnumField

public class CheckboxGroupEnumField
extends Component
Represents an instance of One.form.EnumCheckboxGroup.
  • Field Summary

    Fields inherited from class com.onenetwork.platform.tools.test.ui.components.Component

    context, driver, element
  • Constructor Summary

    Constructors 
    Constructor Description
    CheckboxGroupEnumField​(UIContext context, org.openqa.selenium.WebElement element)  
  • Method Summary

    Modifier and Type Method Description
    void check​(java.lang.String... checked)  
    java.util.Set<java.lang.String> getValue()  
    void setValue​(java.util.Map<java.lang.String,​java.lang.Boolean> values)  
    void uncheck​(java.lang.String... unchecked)  

    Methods inherited from class com.onenetwork.platform.tools.test.ui.components.Component

    getEl, getId, isDisplayed, isRequired

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • check

      public void check​(java.lang.String... checked)
    • uncheck

      public void uncheck​(java.lang.String... unchecked)
    • setValue

      public void setValue​(java.util.Map<java.lang.String,​java.lang.Boolean> values)
    • getValue

      public java.util.Set<java.lang.String> getValue()