Spec-Zone .ru
спецификации, руководства, описания, API
|
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(java.lang.Object bean,
java.lang.String name)
The constructor of
SimpleListProperty |
SimpleListProperty(java.lang.Object bean,
java.lang.String name,
ObservableList<E> initialValue)
The constructor of
SimpleListProperty |
SimpleListProperty(ObservableList<E> initialValue)
The constructor of
SimpleListProperty |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.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
public SimpleListProperty()
SimpleListProperty
public SimpleListProperty(ObservableList<E> initialValue)
SimpleListProperty
initialValue
- the initial value of the wrapped valuepublic SimpleListProperty(java.lang.Object bean, java.lang.String name)
SimpleListProperty
bean
- the bean of this SetProperty
name
- the name of this SetProperty
public SimpleListProperty(java.lang.Object bean, java.lang.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 java.lang.Object getBean()
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.Object
or null
public java.lang.String getName()
String
.String
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to