K
- The key type of the ObservableSetMultimap
.V
- The value type of the ObservableSetMultimap
.public class SimpleSetMultimapProperty<K,V> extends SetMultimapPropertyBase<K,V>
Property
wrapping an
ObservableSetMultimap
.empty, size
Constructor and Description |
---|
SimpleSetMultimapProperty()
Constructs a new unnamed
SimpleSetMultimapProperty . |
SimpleSetMultimapProperty(java.lang.Object bean,
java.lang.String name)
Constructs a new
SimpleSetMultimapProperty for the given bean and
with the given name. |
SimpleSetMultimapProperty(java.lang.Object bean,
java.lang.String name,
ObservableSetMultimap<K,V> initialValue)
Constructs a new
SimpleSetMultimapProperty for the given bean and
with the given name and initial value. |
SimpleSetMultimapProperty(ObservableSetMultimap<K,V> initialValue)
Constructs a new unnamed
SimpleSetMultimapProperty that is not
related to a bean, with the given initial value. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBean() |
java.lang.String |
getName() |
addListener, addListener, addListener, appendValueToString, bind, emptyProperty, fireValueChangedEvent, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, removeListener, set, sizeProperty, unbind
bindBidirectional, setValue, unbindBidirectional
bindContent, bindContentBidirectional, equals, hashCode, toString, unbindContent, unbindContentBidirectional
asMap, asString, clear, containsEntry, containsKey, containsValue, entries, get, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, keys, keySet, put, putAll, putAll, remove, removeAll, replaceAll, replaceValues, setMultimapExpression, size, values, valuesAt, valuesAt
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
replaceAll
asMap, entries, equals, get, removeAll, replaceValues
public SimpleSetMultimapProperty()
SimpleSetMultimapProperty
.public SimpleSetMultimapProperty(java.lang.Object bean, java.lang.String name)
SimpleSetMultimapProperty
for the given bean and
with the given name.bean
- The bean this property is related to.name
- The name of the property.public SimpleSetMultimapProperty(java.lang.Object bean, java.lang.String name, ObservableSetMultimap<K,V> initialValue)
SimpleSetMultimapProperty
for the given bean and
with the given name and initial value.bean
- The bean this property is related to.name
- The name of the property.initialValue
- The initial value of the propertypublic SimpleSetMultimapProperty(ObservableSetMultimap<K,V> initialValue)
SimpleSetMultimapProperty
that is not
related to a bean, with the given initial value.initialValue
- The initial value of the propertyCopyright (c) 2014 itemis AG and others. All rights reserved.