Module io.github.mmm.property
Interface ReadableListProperty<E>
-
- Type Parameters:
E- type of thecontained elements.
- All Superinterfaces:
EventSource<ObservableEvent<List<E>>,ObservableEventListener<? super List<E>>>,MarshallableObject,Marshaller<Object>,ObservableValue<List<E>>,PropertyPath<List<E>>,io.github.mmm.property.container.collection.ReadableCollectionProperty<List<E>,E>,ReadableCollectionValue<List<E>,E>,ReadableContainerProperty<List<E>,E>,ReadableContainerValue<List<E>,E>,ReadableListValue<E>,ReadableObjectValue<List<E>>,ReadableProperty<List<E>>,ReadableTypedObjectValue<List<E>>,ReadableTypedValue<List<E>>,ReadableValue<List<E>>,Supplier<List<E>>,TypedPropertyPath<List<E>>,Validatable
- All Known Subinterfaces:
WritableListProperty<E>
- All Known Implementing Classes:
ListProperty
public interface ReadableListProperty<E> extends ReadableListValue<E>, io.github.mmm.property.container.collection.ReadableCollectionProperty<List<E>,E>
- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from interface io.github.mmm.property.container.ReadableContainerProperty
METADATA_KEY_COMPONENT_PROPERTY
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
Methods inherited from interface io.github.mmm.marshall.MarshallableObject
write, writeObject
-
Methods inherited from interface io.github.mmm.value.observable.ObservableValue
toString
-
Methods inherited from interface io.github.mmm.value.observable.container.collection.ReadableCollectionValue
size
-
Methods inherited from interface io.github.mmm.property.container.ReadableContainerProperty
emptyProperty, getValueProperty, sizeProperty
-
Methods inherited from interface io.github.mmm.value.observable.container.ReadableContainerValue
isEmpty
-
Methods inherited from interface io.github.mmm.value.observable.container.list.ReadableListValue
getSafe, getValueClass
-
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getValue
-
Methods inherited from interface io.github.mmm.property.ReadableProperty
getMetadata, getName, isReadOnly, isTransient, isValid
-
Methods inherited from interface io.github.mmm.value.ReadableValue
get
-
Methods inherited from interface io.github.mmm.validation.Validatable
validate
-
-