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

Class SimpleListProperty<E>

    • 构造方法详细信息

      • SimpleListProperty

        public SimpleListProperty​()
        构造函数为 SimpleListProperty
      • SimpleListProperty

        public SimpleListProperty​(ObservableList<E> initialValue)
        构造函数为 SimpleListProperty
        参数
        initialValue - 包装值的初始值
      • SimpleListProperty

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

        public SimpleListProperty​(Object bean,
                                  String name,
                                  ObservableList<E> initialValue)
        构造函数为 SimpleListProperty
        参数
        bean - 这个 ListProperty的豆
        name - 这个名字 ListProperty
        initialValue - 包装值的初始值
    • 方法详细信息

      • getBean

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

        public String getName​()
        返回此属性的名称。 如果该属性没有名称,此方法返回一个空的String
        结果
        该名称或空的 String