Spec-Zone.ru › OpenJavaFX 8
javafx.beans.property

Class ReadOnlyBooleanProperty

java.lang.Object
  • javafx.beans.binding.BooleanExpression
    • javafx.beans.property.ReadOnlyBooleanProperty

All Implemented Interfaces:

Observable, ReadOnlyProperty<Boolean>, ObservableBooleanValue, ObservableValue<Boolean>

Direct Known Subclasses:

BooleanProperty, ReadOnlyBooleanPropertyBase



public abstract class ReadOnlyBooleanProperty
extends BooleanExpression
implements ReadOnlyProperty<Boolean>
Super class for all readonly properties wrapping a boolean.

Since:

JavaFX 2.0

See Also:

ObservableBooleanValue, BooleanExpression, ReadOnlyProperty

  • Constructor Summary

    Constructors
    Constructor and Description
    ReadOnlyBooleanProperty()
    The constructor of ReadOnlyBooleanProperty.
  • Method Summary

    All MethodsStatic MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    ReadOnlyObjectProperty<Boolean> asObject()
    Creates a ReadOnlyObjectProperty that holds the value of this ReadOnlyBooleanProperty.
    static ReadOnlyBooleanProperty readOnlyBooleanProperty(ReadOnlyProperty<Boolean> property)
    Returns a ReadOnlyBooleanProperty that wraps a ReadOnlyProperty.
    String toString()
    Returns a string representation of this ReadOnlyBooleanProperty object.
    • Methods inherited from class javafx.beans.binding.BooleanExpression

      and, asString, booleanExpression, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, or
    • Methods inherited from class java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Methods inherited from interface javafx.beans.property.ReadOnlyProperty

      getBean, getName
    • Methods inherited from interface javafx.beans.value.ObservableValue

      addListener, getValue, removeListener
    • Methods inherited from interface javafx.beans.Observable

      addListener, removeListener
    • Methods inherited from interface javafx.beans.value.ObservableBooleanValue

      get
  • Constructor Detail

    • ReadOnlyBooleanProperty

      public ReadOnlyBooleanProperty()
      The constructor of ReadOnlyBooleanProperty.
  • Method Detail

    • toString

      public String toString()
      Returns a string representation of this ReadOnlyBooleanProperty object.

      Overrides:

      toString in class Object

      Returns:

      a string representation of this ReadOnlyBooleanProperty object.

    • readOnlyBooleanProperty

      public static ReadOnlyBooleanProperty readOnlyBooleanProperty(ReadOnlyProperty<Boolean> property)
      Returns a ReadOnlyBooleanProperty that wraps a ReadOnlyProperty. If the ReadOnlyProperty is already a ReadOnlyBooleanProperty, it will be returned. Otherwise a new ReadOnlyBooleanProperty is created that is bound to the ReadOnlyProperty. Note: null values will be interpreted as "false"

      Parameters:

      property - The source ReadOnlyProperty

      Returns:

      A ReadOnlyBooleanProperty that wraps the ReadOnlyProperty if necessary

      Throws:

      NullPointerException - if property is null

      Since:

      JavaFX 8.0

    • asObject

      public ReadOnlyObjectProperty<Boolean> asObject()
      Creates a ReadOnlyObjectProperty that holds the value of this ReadOnlyBooleanProperty. If the value of this ReadOnlyBooleanProperty changes, the value of the ReadOnlyObjectProperty will be updated automatically.

      Overrides:

      asObject in class BooleanExpression

      Returns:

      the new ReadOnlyObjectProperty

      Since:

      JavaFX 8.0

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API