Uses of Class
io.github.mmm.value.observable.AbstractObservableValue
-
-
Uses of AbstractObservableValue in io.github.mmm.bean.property
Subclasses of AbstractObservableValue in io.github.mmm.bean.property Modifier and Type Class Description class
BeanProperty<V extends WritableBean>
Implementation ofBeanProperty
. -
Uses of AbstractObservableValue in io.github.mmm.entity.property.id
Subclasses of AbstractObservableValue in io.github.mmm.entity.property.id Modifier and Type Class Description class
IdProperty<E>
-
Uses of AbstractObservableValue in io.github.mmm.entity.property.link
Subclasses of AbstractObservableValue in io.github.mmm.entity.property.link Modifier and Type Class Description class
LinkProperty<E>
-
Uses of AbstractObservableValue in io.github.mmm.property
Subclasses of AbstractObservableValue in io.github.mmm.property Modifier and Type Class Description class
Property<V>
Implementation ofWritableProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.booleans
Subclasses of AbstractObservableValue in io.github.mmm.property.booleans Modifier and Type Class Description class
BooleanProperty
Implementation ofWritableBooleanProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.container
Subclasses of AbstractObservableValue in io.github.mmm.property.container Modifier and Type Class Description class
ContainerProperty<V,E>
Implementation ofWritableContainerProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.container.collection
Subclasses of AbstractObservableValue in io.github.mmm.property.container.collection with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description class
io.github.mmm.property.container.collection.CollectionProperty<V extends Collection<E>,E>
Implementation ofWritableCollectionProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.container.list
Subclasses of AbstractObservableValue in io.github.mmm.property.container.list Modifier and Type Class Description class
ListProperty<E>
Implementation ofWritableListProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.container.map
Subclasses of AbstractObservableValue in io.github.mmm.property.container.map Modifier and Type Class Description class
MapProperty<K,V>
Implementation ofWritableMapProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.container.set
Subclasses of AbstractObservableValue in io.github.mmm.property.container.set Modifier and Type Class Description class
SetProperty<E>
Implementation ofWritableSetProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.number
Subclasses of AbstractObservableValue in io.github.mmm.property.number Modifier and Type Class Description class
NumberProperty<N extends Number & Comparable<? super N>>
Implementation ofWritableNumberProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.number.bigdecimal
Subclasses of AbstractObservableValue in io.github.mmm.property.number.bigdecimal Modifier and Type Class Description class
BigDecimalProperty
Implementation ofWritableBigDecimalProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.number.biginteger
Subclasses of AbstractObservableValue in io.github.mmm.property.number.biginteger Modifier and Type Class Description class
BigIntegerProperty
Implementation ofWritableBigIntegerProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.number.bytes
Subclasses of AbstractObservableValue in io.github.mmm.property.number.bytes Modifier and Type Class Description class
ByteProperty
Implementation ofWritableByteProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.number.doubles
Subclasses of AbstractObservableValue in io.github.mmm.property.number.doubles Modifier and Type Class Description class
DoubleProperty
Implementation ofWritableDoubleProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.number.floats
Subclasses of AbstractObservableValue in io.github.mmm.property.number.floats Modifier and Type Class Description class
FloatProperty
Implementation ofWritableFloatProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.number.integers
Subclasses of AbstractObservableValue in io.github.mmm.property.number.integers Modifier and Type Class Description class
IntegerProperty
Implementation ofWritableIntegerProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.number.longs
Subclasses of AbstractObservableValue in io.github.mmm.property.number.longs Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.number.shorts
Subclasses of AbstractObservableValue in io.github.mmm.property.number.shorts Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.object
Subclasses of AbstractObservableValue in io.github.mmm.property.object Modifier and Type Class Description class
ObjectProperty<V>
Generic implementation ofWritableProperty
for arbitrary objects that do not have their own custom implementation.class
SimpleProperty<V>
Property
implementation ofWritableSimpleProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.range
Subclasses of AbstractObservableValue in io.github.mmm.property.range Modifier and Type Class Description class
RangeProperty<V>
Implementation ofWritableRangeProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.string
Subclasses of AbstractObservableValue in io.github.mmm.property.string Modifier and Type Class Description class
StringListProperty
This is an extension ofStringProperty
that stores a list ofString
values that are enclosed with pipe-symbols.class
StringProperty
Implementation ofWritableStringProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.temporal
Subclasses of AbstractObservableValue in io.github.mmm.property.temporal Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds.class
TemporalProperty<V extends Temporal>
-
Uses of AbstractObservableValue in io.github.mmm.property.temporal.instant
Subclasses of AbstractObservableValue in io.github.mmm.property.temporal.instant Modifier and Type Class Description class
InstantProperty
Implementation ofWritableInstantProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.temporal.localdate
Subclasses of AbstractObservableValue in io.github.mmm.property.temporal.localdate Modifier and Type Class Description class
LocalDateProperty
This is the implementation ofWritableLocalDateProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.temporal.localdatetime
Subclasses of AbstractObservableValue in io.github.mmm.property.temporal.localdatetime Modifier and Type Class Description class
LocalDateTimeProperty
This is the implementation ofWritableLocalDateTimeProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.temporal.localtime
Subclasses of AbstractObservableValue in io.github.mmm.property.temporal.localtime Modifier and Type Class Description class
LocalTimeProperty
-
Uses of AbstractObservableValue in io.github.mmm.property.temporal.offsetdatetime
Subclasses of AbstractObservableValue in io.github.mmm.property.temporal.offsetdatetime Modifier and Type Class Description class
OffsetDateTimeProperty
This is the implementation ofWritableOffsetDateTimeProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.temporal.offsettime
Subclasses of AbstractObservableValue in io.github.mmm.property.temporal.offsettime Modifier and Type Class Description class
OffsetTimeProperty
This is the implementation ofWritableOffsetTimeProperty
. -
Uses of AbstractObservableValue in io.github.mmm.property.temporal.zoneddatetime
Subclasses of AbstractObservableValue in io.github.mmm.property.temporal.zoneddatetime Modifier and Type Class Description class
ZonedDateTimeProperty
This is the implementation ofWritableZonedDateTimeProperty
. -
Uses of AbstractObservableValue in io.github.mmm.value.observable
Subclasses of AbstractObservableValue in io.github.mmm.value.observable Modifier and Type Class Description class
AbstractWritableObservableValue<V>
Abstract base implementation ofWritableObservableValue
that handles bindings.class
Binding<V>
Methods in io.github.mmm.value.observable with parameters of type AbstractObservableValue Modifier and Type Method Description protected void
AbstractObservableValue. fireEventFor(AbstractObservableValue<?> observable)
protected <T> void
AbstractObservableValue. fireEventFor(AbstractObservableValue<T> observable, ObservableEvent<T> event)
Constructors in io.github.mmm.value.observable with parameters of type AbstractObservableValue Constructor Description BindingListener(AbstractObservableValue<?> value)
The constructor. -
Uses of AbstractObservableValue in io.github.mmm.value.observable.booleans
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.booleans Modifier and Type Class Description class
BooleanBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.number
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.number Modifier and Type Class Description class
NumberBinding<N extends Number & Comparable<? super N>>
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.number.bigdecimal
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.number.bigdecimal Modifier and Type Class Description class
BigDecimalBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.number.biginteger
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.number.biginteger Modifier and Type Class Description class
BigIntegerBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.number.bytes
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.number.bytes Modifier and Type Class Description class
ByteBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.number.doubles
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.number.doubles Modifier and Type Class Description class
DoubleBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.number.floats
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.number.floats Modifier and Type Class Description class
FloatBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.number.integers
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.number.integers Modifier and Type Class Description class
IntegerBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.number.longs
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.number.longs Modifier and Type Class Description class
LongBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.number.shorts
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.number.shorts Modifier and Type Class Description class
ShortBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.string
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.string Modifier and Type Class Description class
StringBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.temporal.instant
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.temporal.instant Modifier and Type Class Description class
InstantBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.temporal.localdate
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.temporal.localdate Modifier and Type Class Description class
LocalDateBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.temporal.localdatetime
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.temporal.localdatetime Modifier and Type Class Description class
LocalDateTimeBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.temporal.localtime
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.temporal.localtime Modifier and Type Class Description class
LocalTimeBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.temporal.offsetdatetime
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.temporal.offsetdatetime Modifier and Type Class Description class
OffsetDateTimeBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.temporal.offsettime
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.temporal.offsettime Modifier and Type Class Description class
OffsetDateTimeBinding
-
Uses of AbstractObservableValue in io.github.mmm.value.observable.temporal.zoneddatetime
Subclasses of AbstractObservableValue in io.github.mmm.value.observable.temporal.zoneddatetime Modifier and Type Class Description class
ZonedDateTimeBinding
-