Class FMFiltersSubview

java.lang.Object
com.onenetwork.platform.tools.test.ui.neo.components.NeoComponent
com.onenetwork.platform.tools.test.ui.neo.components.flexmonster.FMFiltersSubview
Direct Known Subclasses:
FMFilterLabelView, FMFilterValuesView

public class FMFiltersSubview
extends NeoComponent
TODO complete the class documentation
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.openqa.selenium.WebElement textBox  

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

    context, driver, element
  • Constructor Summary

    Constructors 
    Constructor Description
    FMFiltersSubview​(NeoUIContext context, org.openqa.selenium.WebElement element)
    TODO complete constructor documentation
  • Method Summary

    Modifier and Type Method Description
    void setComparator​(java.lang.String comparator)  
    void setValue​(java.lang.String value)  

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

    getEl, getFieldErrorMessage, getTooltipMessage, isDisplayed, setMultipleValues

    Methods inherited from class java.lang.Object

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

    • textBox

      protected org.openqa.selenium.WebElement textBox
  • Constructor Details

    • FMFiltersSubview

      public FMFiltersSubview​(NeoUIContext context, org.openqa.selenium.WebElement element)
      TODO complete constructor documentation
      Parameters:
      context -
      element -
  • Method Details