Module javafx.base

Class ReadOnlyListWrapper<E>

    • Constructor Detail

      • ReadOnlyListWrapper

        public ReadOnlyListWrapper()
        The constructor of ReadOnlyListWrapper
      • ReadOnlyListWrapper

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

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

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