Module  javafx.base
软件包  javafx.beans.property

Class SimpleBooleanProperty

    • 构造方法详细信息

      • SimpleBooleanProperty

        public SimpleBooleanProperty​()
        构造函数为 BooleanProperty
      • SimpleBooleanProperty

        public SimpleBooleanProperty​(boolean initialValue)
        构造函数为 BooleanProperty
        参数
        initialValue - 包装值的初始值
      • SimpleBooleanProperty

        public SimpleBooleanProperty​(Object bean,
                                     String name)
        构造函数为 BooleanProperty
        参数
        bean - 这个 BooleanProperty的豆
        name - 这个名字 BooleanProperty
      • SimpleBooleanProperty

        public SimpleBooleanProperty​(Object bean,
                                     String name,
                                     boolean initialValue)
        构造函数为 BooleanProperty
        参数
        bean - 这个 BooleanProperty的豆
        name - 这个名字 BooleanProperty
        initialValue - 包装值的初始值
    • 方法详细信息

      • getBean

        public Object getBean​()
        返回包含此属性的Object 如果此属性未包含在Object ,则返回null
        结果
        包含 Objectnull
      • getName

        public String getName​()
        返回此属性的名称。 如果该属性没有名称,则此方法返回一个空的String
        结果
        the name or an empty String