Module javafx.base

Class ReadOnlyJavaBeanStringProperty

    • Method Detail

      • get

        public String get()
        Returns the current value of this ObservableObjectValue<T>.
        Specified by:
        get in interface ObservableObjectValue<String>
        Returns:
        The current value
        Throws:
        UndeclaredThrowableException - if calling the getter of the Java Bean property throws an IllegalAccessException or an InvocationTargetException.