Module javafx.base

Class SimpleListProperty<E>

    • Constructor Detail

      • SimpleListProperty

        public SimpleListProperty()
        The constructor of SimpleListProperty
      • SimpleListProperty

        public SimpleListProperty​(ObservableList<E> initialValue)
        The constructor of SimpleListProperty
        Parameters:
        initialValue - the initial value of the wrapped value
      • SimpleListProperty

        public SimpleListProperty​(Object bean,
                                  String name)
        The constructor of SimpleListProperty
        Parameters:
        bean - the bean of this SetProperty
        name - the name of this SetProperty
      • SimpleListProperty

        public SimpleListProperty​(Object bean,
                                  String name,
                                  ObservableList<E> initialValue)
        The constructor of SimpleListProperty
        Parameters:
        bean - the bean of this ListProperty
        name - the name of this ListProperty
        initialValue - the initial value of the wrapped value