Class DefaultJavaFXLabel

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getText()
      Returns the text of the label
      boolean isDisplayed()
      Returns true, if the element is displayed.
      • Methods inherited from class java.lang.Object

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

      • DefaultJavaFXLabel

        public DefaultJavaFXLabel()
    • Method Detail

      • getText

        public java.lang.String getText()
        Description copied from interface: Label
        Returns the text of the label
        Specified by:
        getText in interface Label
        Returns:
        the text of the label
        Since:
        2.0.0
      • 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