E
- the type of the List
elementspublic class SimpleListProperty<E> extends ListPropertyBase<E>
Property
wrapping an
ObservableList
.ListPropertyBase
empty, size
Constructor and Description |
---|
SimpleListProperty()
The constructor of
SimpleListProperty |
SimpleListProperty(Object bean,
String name)
The constructor of
SimpleListProperty |
SimpleListProperty(Object bean,
String name,
ObservableList<E> initialValue)
The constructor of
SimpleListProperty |
SimpleListProperty(ObservableList<E> initialValue)
The constructor of
SimpleListProperty |
Modifier and Type | Method and Description |
---|---|
Object |
getBean()
Returns the
Object that contains this property. |
String |
getName()
Returns the name of this property.
|
addListener, addListener, addListener, bind, emptyProperty, fireValueChangedEvent, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, removeListener, set, sizeProperty, toString, unbind
bindBidirectional, setValue, unbindBidirectional
bindContent, bindContentBidirectional, equals, hashCode, unbindContent, unbindContentBidirectional
add, add, addAll, addAll, addAll, asString, clear, contains, containsAll, get, getSize, getValue, indexOf, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, lastIndexOf, listExpression, listIterator, listIterator, remove, remove, remove, removeAll, removeAll, retainAll, retainAll, set, setAll, setAll, size, subList, toArray, toArray, valueAt, valueAt
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getValue
getValue
addAll, filtered, remove, removeAll, retainAll, setAll, setAll, sorted, sorted
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
public SimpleListProperty()
SimpleListProperty
public SimpleListProperty(ObservableList<E> initialValue)
SimpleListProperty
initialValue
- the initial value of the wrapped valuepublic SimpleListProperty(Object bean, String name)
SimpleListProperty
bean
- the bean of this SetProperty
name
- the name of this SetProperty
public SimpleListProperty(Object bean, String name, ObservableList<E> initialValue)
SimpleListProperty
bean
- the bean of this ListProperty
name
- the name of this ListProperty
initialValue
- the initial value of the wrapped valuepublic Object getBean()
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.Object
or null
public String getName()
String
.String
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.