Uses of Interface
io.github.mmm.property.ReadableProperty
-
Packages that use ReadableProperty Package Description io.github.mmm.bean Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code.io.github.mmm.bean.property ContainsBeanProperty
to allow a bean to contain another bean.io.github.mmm.entity.property.id Contains property support for IDs.io.github.mmm.entity.property.link Contains property support for links to entity bean (one-to-one relation).io.github.mmm.property Provides the API for generic and powerful properties.io.github.mmm.property.booleans Contains property infrastructure forBoolean
.io.github.mmm.property.container Contains property infrastructure for containers (such as Collection or Map).io.github.mmm.property.container.collection io.github.mmm.property.container.list Contains property infrastructure forList
.io.github.mmm.property.container.map Contains property infrastructure forMap
.io.github.mmm.property.container.set Contains property infrastructure forSet
.io.github.mmm.property.factory io.github.mmm.property.number Contains property infrastructure forNumber
.io.github.mmm.property.number.bigdecimal Contains property infrastructure forBigDecimal
.io.github.mmm.property.number.biginteger Contains property infrastructure forBigInteger
.io.github.mmm.property.number.bytes Contains property infrastructure forByte
.io.github.mmm.property.number.doubles Contains property infrastructure forDouble
.io.github.mmm.property.number.floats Contains property infrastructure forFloat
.io.github.mmm.property.number.integers Contains property infrastructure forInteger
.io.github.mmm.property.number.longs Contains property infrastructure forLong
.io.github.mmm.property.number.shorts Contains property infrastructure forShort
.io.github.mmm.property.object Contains property infrastructure forObject
.io.github.mmm.property.range Contains property infrastructure forRange
.io.github.mmm.property.string Contains property infrastructure forString
.io.github.mmm.property.temporal Contains property infrastructure forjava.time
.io.github.mmm.property.temporal.instant Contains property infrastructure forInstant
.io.github.mmm.property.temporal.localdate Contains property infrastructure forLocalDate
.io.github.mmm.property.temporal.localdatetime Contains property infrastructure forLocalDateTime
.io.github.mmm.property.temporal.localtime Contains property infrastructure forLocalTime
.io.github.mmm.property.temporal.offsetdatetime Contains property infrastructure forOffsetDateTime
.io.github.mmm.property.temporal.offsettime Contains property infrastructure forOffsetTime
.io.github.mmm.property.temporal.zoneddatetime Contains property infrastructure forZonedDateTime
.io.github.mmm.ui.api.binding.data -
-
Uses of ReadableProperty in io.github.mmm.bean
Methods in io.github.mmm.bean that return ReadableProperty Modifier and Type Method Description ReadableProperty<?>
ReadableBean. getProperty(String name)
default ReadableProperty<?>
ReadableBean. getRequiredProperty(String name)
Methods in io.github.mmm.bean that return types with arguments of type ReadableProperty Modifier and Type Method Description Iterable<? extends ReadableProperty<?>>
ReadableBean. getProperties()
-
Uses of ReadableProperty in io.github.mmm.bean.property
Subinterfaces of ReadableProperty in io.github.mmm.bean.property Modifier and Type Interface Description interface
ReadableBeanProperty<V extends WritableBean>
interface
WritableBeanProperty<V extends WritableBean>
Classes in io.github.mmm.bean.property that implement ReadableProperty Modifier and Type Class Description class
BeanProperty<V extends WritableBean>
Implementation ofBeanProperty
.Methods in io.github.mmm.bean.property that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<V>>
PropertyFactoryBean. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.entity.property.id
Classes in io.github.mmm.entity.property.id that implement ReadableProperty Modifier and Type Class Description class
IdProperty<E>
Methods in io.github.mmm.entity.property.id that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Id<E>>>
PropertyFactoryId. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.entity.property.link
Classes in io.github.mmm.entity.property.link that implement ReadableProperty Modifier and Type Class Description class
LinkProperty<E>
Methods in io.github.mmm.entity.property.link that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Link<E>>>
PropertyFactoryLink. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property
Subinterfaces of ReadableProperty in io.github.mmm.property Modifier and Type Interface Description interface
WritableProperty<V>
Aproperty
with write access (e.g.Classes in io.github.mmm.property that implement ReadableProperty Modifier and Type Class Description class
Property<V>
Implementation ofWritableProperty
. -
Uses of ReadableProperty in io.github.mmm.property.booleans
Subinterfaces of ReadableProperty in io.github.mmm.property.booleans Modifier and Type Interface Description interface
ReadableBooleanProperty
interface
WritableBooleanProperty
Classes in io.github.mmm.property.booleans that implement ReadableProperty Modifier and Type Class Description class
BooleanProperty
Implementation ofWritableBooleanProperty
.Methods in io.github.mmm.property.booleans that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Boolean>>
PropertyFactoryBoolean. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.container
Subinterfaces of ReadableProperty in io.github.mmm.property.container Modifier and Type Interface Description interface
ReadableContainerProperty<V,E>
interface
WritableContainerProperty<V,E>
WritableProperty
with containervalue
.Classes in io.github.mmm.property.container that implement ReadableProperty Modifier and Type Class Description class
ContainerProperty<V,E>
Implementation ofWritableContainerProperty
.Methods in io.github.mmm.property.container that return ReadableProperty Modifier and Type Method Description ReadableProperty<E>
ReadableContainerProperty. getValueProperty()
-
Uses of ReadableProperty in io.github.mmm.property.container.collection
Subinterfaces of ReadableProperty 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 Interface Description interface
io.github.mmm.property.container.collection.ReadableCollectionProperty<V extends Collection<E>,E>
interface
io.github.mmm.property.container.collection.WritableCollectionProperty<V extends Collection<E>,E>
Classes 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 ReadableProperty Modifier and Type Class Description class
io.github.mmm.property.container.collection.CollectionProperty<V extends Collection<E>,E>
Implementation ofWritableCollectionProperty
. -
Uses of ReadableProperty in io.github.mmm.property.container.list
Subinterfaces of ReadableProperty in io.github.mmm.property.container.list Modifier and Type Interface Description interface
ReadableListProperty<E>
interface
WritableListProperty<E>
Classes in io.github.mmm.property.container.list that implement ReadableProperty Modifier and Type Class Description class
ListProperty<E>
Implementation ofWritableListProperty
.Methods in io.github.mmm.property.container.list that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<List<E>>>
PropertyFactoryList. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.container.map
Subinterfaces of ReadableProperty in io.github.mmm.property.container.map Modifier and Type Interface Description interface
ReadableMapProperty<K,V>
interface
WritableMapProperty<K,V>
Classes in io.github.mmm.property.container.map that implement ReadableProperty Modifier and Type Class Description class
MapProperty<K,V>
Implementation ofWritableMapProperty
.Methods in io.github.mmm.property.container.map that return ReadableProperty Modifier and Type Method Description ReadableProperty<K>
ReadableMapProperty. getKeyProperty()
Methods in io.github.mmm.property.container.map that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Map<K,V>>>
PropertyFactoryMap. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.container.set
Subinterfaces of ReadableProperty in io.github.mmm.property.container.set Modifier and Type Interface Description interface
ReadableSetProperty<E>
interface
WritableSetProperty<E>
Classes in io.github.mmm.property.container.set that implement ReadableProperty Modifier and Type Class Description class
SetProperty<E>
Implementation ofWritableSetProperty
.Methods in io.github.mmm.property.container.set that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Set<E>>>
PropertyFactorySet. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.factory
Methods in io.github.mmm.property.factory with type parameters of type ReadableProperty Modifier and Type Method Description default <V,P extends ReadableProperty<V>>
PPropertyFactoryManager. create(Class<P> propertyType, Class<V> valueClass, String name)
default <V,P extends ReadableProperty<V>>
PPropertyFactoryManager. create(Class<P> propertyType, Class<V> valueClass, String name, PropertyMetadata<V> metadata)
default <V,P extends ReadableProperty<V>>
PropertyFactory<V,? extends P>PropertyFactoryManager. getFactory(Class<P> propertyType, Class<? extends V> valueType)
<V,P extends ReadableProperty<V>>
PropertyFactory<V,? extends P>PropertyFactoryManager. getFactoryForPropertyType(Class<P> propertyType)
default <V,P extends ReadableProperty<V>>
PropertyFactory<V,? extends P>PropertyFactoryManager. getRequiredFactory(Class<P> propertyType, Class<V> valueType)
Methods in io.github.mmm.property.factory that return types with arguments of type ReadableProperty Modifier and Type Method Description <V> PropertyFactory<V,? extends ReadableProperty<V>>
PropertyFactoryManager. getFactoryForValueType(Class<? extends V> valueType)
Class<? extends ReadableProperty<V>>
PropertyFactory. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.number
Subinterfaces of ReadableProperty in io.github.mmm.property.number Modifier and Type Interface Description interface
ReadableNumberProperty<N extends Number & Comparable<? super N>>
interface
WritableNumberProperty<N extends Number & Comparable<? super N>>
Classes in io.github.mmm.property.number that implement ReadableProperty Modifier and Type Class Description class
NumberProperty<N extends Number & Comparable<? super N>>
Implementation ofWritableNumberProperty
. -
Uses of ReadableProperty in io.github.mmm.property.number.bigdecimal
Subinterfaces of ReadableProperty in io.github.mmm.property.number.bigdecimal Modifier and Type Interface Description interface
ReadableBigDecimalProperty
interface
WritableBigDecimalProperty
Classes in io.github.mmm.property.number.bigdecimal that implement ReadableProperty Modifier and Type Class Description class
BigDecimalProperty
Implementation ofWritableBigDecimalProperty
.Methods in io.github.mmm.property.number.bigdecimal that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<BigDecimal>>
PropertyFactoryBigDecimal. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.number.biginteger
Subinterfaces of ReadableProperty in io.github.mmm.property.number.biginteger Modifier and Type Interface Description interface
ReadableBigIntegerProperty
interface
WritableBigIntegerProperty
Classes in io.github.mmm.property.number.biginteger that implement ReadableProperty Modifier and Type Class Description class
BigIntegerProperty
Implementation ofWritableBigIntegerProperty
.Methods in io.github.mmm.property.number.biginteger that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<BigInteger>>
PropertyFactoryBigInteger. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.number.bytes
Subinterfaces of ReadableProperty in io.github.mmm.property.number.bytes Modifier and Type Interface Description interface
ReadableByteProperty
interface
WritableByteProperty
Classes in io.github.mmm.property.number.bytes that implement ReadableProperty Modifier and Type Class Description class
ByteProperty
Implementation ofWritableByteProperty
.Methods in io.github.mmm.property.number.bytes that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Byte>>
PropertyFactoryByte. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.number.doubles
Subinterfaces of ReadableProperty in io.github.mmm.property.number.doubles Modifier and Type Interface Description interface
ReadableDoubleProperty
interface
WritableDoubleProperty
Classes in io.github.mmm.property.number.doubles that implement ReadableProperty Modifier and Type Class Description class
DoubleProperty
Implementation ofWritableDoubleProperty
.Methods in io.github.mmm.property.number.doubles that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Double>>
PropertyFactoryDouble. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.number.floats
Subinterfaces of ReadableProperty in io.github.mmm.property.number.floats Modifier and Type Interface Description interface
ReadableFloatProperty
interface
WritableFloatProperty
Classes in io.github.mmm.property.number.floats that implement ReadableProperty Modifier and Type Class Description class
FloatProperty
Implementation ofWritableFloatProperty
.Methods in io.github.mmm.property.number.floats that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Float>>
PropertyFactoryFloat. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.number.integers
Subinterfaces of ReadableProperty in io.github.mmm.property.number.integers Modifier and Type Interface Description interface
ReadableIntegerProperty
interface
WritableIntegerProperty
Classes in io.github.mmm.property.number.integers that implement ReadableProperty Modifier and Type Class Description class
IntegerProperty
Implementation ofWritableIntegerProperty
.Methods in io.github.mmm.property.number.integers that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Integer>>
PropertyFactoryInteger. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.number.longs
Subinterfaces of ReadableProperty in io.github.mmm.property.number.longs Modifier and Type Interface Description interface
ReadableLongProperty
interface
WritableLongProperty
Classes in io.github.mmm.property.number.longs that implement ReadableProperty Modifier and Type Class Description class
LongProperty
Implementation ofWritableLongProperty
.Methods in io.github.mmm.property.number.longs that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Long>>
PropertyFactoryLong. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.number.shorts
Subinterfaces of ReadableProperty in io.github.mmm.property.number.shorts Modifier and Type Interface Description interface
ReadableShortProperty
interface
WritableShortProperty
Classes in io.github.mmm.property.number.shorts that implement ReadableProperty Modifier and Type Class Description class
ShortProperty
Implementation ofWritableShortProperty
.Methods in io.github.mmm.property.number.shorts that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Short>>
PropertyFactoryShort. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.object
Subinterfaces of ReadableProperty in io.github.mmm.property.object Modifier and Type Interface Description interface
ReadableObjectProperty<V>
interface
ReadableSimpleProperty<V>
ReadableProperty
for a simple datatype (and not acontainer property
).interface
WritableObjectProperty<V>
interface
WritableSimpleProperty<V>
WritableProperty
for a simple datatype (and not acontainer property
).Classes in io.github.mmm.property.object that implement ReadableProperty 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
.Methods in io.github.mmm.property.object that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<V>>
PropertyFactoryObject. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.range
Subinterfaces of ReadableProperty in io.github.mmm.property.range Modifier and Type Interface Description interface
ReadableRangeProperty<V>
interface
WritableRangeProperty<V>
Classes in io.github.mmm.property.range that implement ReadableProperty Modifier and Type Class Description class
RangeProperty<V>
Implementation ofWritableRangeProperty
.Methods in io.github.mmm.property.range that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Range<V>>>
PropertyFactoryRange. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.string
Subinterfaces of ReadableProperty in io.github.mmm.property.string Modifier and Type Interface Description interface
ReadableStringProperty
interface
WritableStringProperty
Classes in io.github.mmm.property.string that implement ReadableProperty 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
.Methods in io.github.mmm.property.string that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<String>>
PropertyFactoryString. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.temporal
Classes in io.github.mmm.property.temporal that implement ReadableProperty Modifier and Type Class Description class
DurationInSecondsProperty
ExtendsLongProperty
to store aDuration
in seconds.class
TemporalProperty<V extends Temporal>
-
Uses of ReadableProperty in io.github.mmm.property.temporal.instant
Subinterfaces of ReadableProperty in io.github.mmm.property.temporal.instant Modifier and Type Interface Description interface
ReadableInstantProperty
interface
WritableInstantProperty
Classes in io.github.mmm.property.temporal.instant that implement ReadableProperty Modifier and Type Class Description class
InstantProperty
Implementation ofWritableInstantProperty
.Methods in io.github.mmm.property.temporal.instant that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<Instant>>
PropertyFactoryInstant. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.temporal.localdate
Subinterfaces of ReadableProperty in io.github.mmm.property.temporal.localdate Modifier and Type Interface Description interface
ReadableLocalDateProperty
interface
WritableLocalDateProperty
Classes in io.github.mmm.property.temporal.localdate that implement ReadableProperty Modifier and Type Class Description class
LocalDateProperty
This is the implementation ofWritableLocalDateProperty
.Methods in io.github.mmm.property.temporal.localdate that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<LocalDate>>
PropertyFactoryLocalDate. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.temporal.localdatetime
Subinterfaces of ReadableProperty in io.github.mmm.property.temporal.localdatetime Modifier and Type Interface Description interface
ReadableLocalDateTimeProperty
interface
WritableLocalDateTimeProperty
Classes in io.github.mmm.property.temporal.localdatetime that implement ReadableProperty Modifier and Type Class Description class
LocalDateTimeProperty
This is the implementation ofWritableLocalDateTimeProperty
.Methods in io.github.mmm.property.temporal.localdatetime that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<LocalDateTime>>
PropertyFactoryLocalDateTime. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.temporal.localtime
Subinterfaces of ReadableProperty in io.github.mmm.property.temporal.localtime Modifier and Type Interface Description interface
ReadableLocalTimeProperty
interface
WritableLocalTimeProperty
Classes in io.github.mmm.property.temporal.localtime that implement ReadableProperty Modifier and Type Class Description class
LocalTimeProperty
Methods in io.github.mmm.property.temporal.localtime that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<LocalTime>>
PropertyFactoryLocalTime. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.temporal.offsetdatetime
Subinterfaces of ReadableProperty in io.github.mmm.property.temporal.offsetdatetime Modifier and Type Interface Description interface
ReadableOffsetDateTimeProperty
interface
WritableOffsetDateTimeProperty
Classes in io.github.mmm.property.temporal.offsetdatetime that implement ReadableProperty Modifier and Type Class Description class
OffsetDateTimeProperty
This is the implementation ofWritableOffsetDateTimeProperty
.Methods in io.github.mmm.property.temporal.offsetdatetime that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<OffsetDateTime>>
PropertyFactoryOffsetDateTime. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.temporal.offsettime
Subinterfaces of ReadableProperty in io.github.mmm.property.temporal.offsettime Modifier and Type Interface Description interface
ReadableOffsetTimeProperty
interface
WritableOffsetTimeProperty
Classes in io.github.mmm.property.temporal.offsettime that implement ReadableProperty Modifier and Type Class Description class
OffsetTimeProperty
This is the implementation ofWritableOffsetTimeProperty
.Methods in io.github.mmm.property.temporal.offsettime that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<OffsetTime>>
PropertyFactoryOffsetTime. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.property.temporal.zoneddatetime
Subinterfaces of ReadableProperty in io.github.mmm.property.temporal.zoneddatetime Modifier and Type Interface Description interface
ReadableZonedDateTimeProperty
interface
WritableZonedDateTimeProperty
Classes in io.github.mmm.property.temporal.zoneddatetime that implement ReadableProperty Modifier and Type Class Description class
ZonedDateTimeProperty
This is the implementation ofWritableZonedDateTimeProperty
.Methods in io.github.mmm.property.temporal.zoneddatetime that return types with arguments of type ReadableProperty Modifier and Type Method Description Class<? extends ReadableProperty<ZonedDateTime>>
PropertyFactoryZonedDateTime. getReadableInterface()
-
Uses of ReadableProperty in io.github.mmm.ui.api.binding.data
Methods in io.github.mmm.ui.api.binding.data with parameters of type ReadableProperty Modifier and Type Method Description <V> void
UiBindingReceiver. add(ReadableProperty<V> property, UiAbstractInput<V> input)
<V> void
UiBindingReceiverImpl. add(ReadableProperty<V> property, UiAbstractInput<V> input)
<V> void
UiDataBinding. bindProperty(ReadableProperty<V> property, UiInput<V> input, Object source, boolean bindValue)
protected String
UiDataBinding. createId(ReadableProperty<?> property, Object source)
<V> UiInput<V>
UiDataBinding. createInput(ReadableProperty<V> property, Object source, UiBindingReceiver receiver, boolean bindValue)
boolean
PropertyFilter. filter(ReadableProperty<?> property)
boolean
PropertyFilterDefault. filter(ReadableProperty<?> property)
protected boolean
UiDataBinding. isBindableProperty(ReadableProperty<?> property)
protected String
UiDataBinding. localizeLabel(ReadableProperty<?> property, Object source)
-