Class CompositeField

java.lang.Object
com.onenetwork.platform.tools.test.ui.components.Component
com.onenetwork.platform.tools.test.ui.components.CompositeField
Direct Known Subclasses:
DurationField

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

    Fields 
    Modifier and Type Field Description
    protected java.util.List<Component> components  
    protected org.openqa.selenium.WebElement compositeEl  

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

    context, driver, element
  • Constructor Summary

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

    Modifier and Type Method Description
    java.util.List<Component> getComponentList()
    Returns all child components of this composite

    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