Interface IMultiValueField<V>
- Type Parameters:
V- is the type of the values of aIMultiValueField.
- All Superinterfaces:
Clearable, CloseStateRequestable, CreationRequestable, DatabaseConnectionRequestable, DeletionRequestable, EditingRequestable, EmptinessRequestable, IBaseValueField<V>, IDatabaseComponent<IDatabase>, IDatabaseObject, IEntityComponent<IEntity>, IField, INameHolder, ITableComponent<ITable<? extends IEntity>>, Iterable<V>, LoadingRequestable, MandatorynessRequestable, StateRequestable<DatabaseObjectState>
- All Known Implementing Classes:
MultiValueField
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidIContainer<? extends IMultiValueFieldEntry<V>> booleanvoidremoveFirstValue(Predicate<V> selector) voidremoveValue(V value) Methods inherited from interface CloseStateRequestable
isClosed, isOpenMethods inherited from interface CreationRequestable
isNewMethods inherited from interface DatabaseConnectionRequestable
isConnectedWithRealDatabaseMethods inherited from interface DeletionRequestable
isDeletedMethods inherited from interface EditingRequestable
isEditedMethods inherited from interface EmptinessRequestable
containsAny, isEmptyMethods inherited from interface IBaseValueField
getValueTypeMethods inherited from interface IDatabaseComponent
belongsToDatabase, getStoredParentDatabaseMethods inherited from interface IEntityComponent
belongsToEntity, getStoredParentEntityMethods inherited from interface IField
getStoredBackReferencedBaseReferences, getStoredBaseBackReferencesWhoReferencesBackThis, getStoredParentColumn, getType, internalSetNullableValue, knowsParentColumn, referencesBackEntity, referencesBackEntityWithId, referencesBackField, referencesEntity, referencesUninsertedEntity, setUpdateActionMethods inherited from interface INameHolder
getName, getNameInQuotes, hasName, hasSameNameAsMethods inherited from interface ITableComponent
belongsToTable, getStoredParentTableMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface LoadingRequestable
isLoadedMethods inherited from interface MandatorynessRequestable
isMandatory, isOptionalMethods inherited from interface StateRequestable
getState
-
Method Details
-
addValue
-
getAllStoredValues
IContainer<V> getAllStoredValues() -
getStoredNewAndDeletedEntries
IContainer<? extends IMultiValueFieldEntry<V>> getStoredNewAndDeletedEntries() -
loadedAllPersistedValues
boolean loadedAllPersistedValues() -
removeFirstValue
-
removeValue
-