Class DefaultJavaFXButton

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void click()
      Click this element.
      boolean isDisplayed()
      Returns true, if the element is displayed.
      boolean isEnabled()
      Returns true, if the element is enabled.
      • Methods inherited from class java.lang.Object

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

      • DefaultJavaFXButton

        public DefaultJavaFXButton()
    • Method Detail

      • isDisplayed

        public boolean isDisplayed()
        Description copied from interface: Displayable
        Returns true, if the element is displayed. "Displayed" means it has to be part of the dom and it is not hidden using css.
        Specified by:
        isDisplayed in interface Displayable
        Returns:
        true, if the element is displayed.
        Since:
        2.0.0
      • click

        public void click()
        Description copied from interface: Clickable
        Click this element.
        Specified by:
        click in interface Clickable
        Since:
        2.0.0
      • isEnabled

        public boolean isEnabled()
        Description copied from interface: Enabable
        Returns true, if the element is enabled. "enabled" means it is not disabled and not readonly.
        Specified by:
        isEnabled in interface Enabable
        Returns:
        true, if the element is enabled.
        Since:
        2.0.0