D - Type d'objetpublic final class UiListModifiable<D extends io.vertigo.dynamo.domain.model.DtObject> extends AbstractList<UiObject<D>> implements UiList<D>, Serializable
modCount| Modifier and Type | Method and Description |
|---|---|
boolean |
add(D dto) |
void |
check(UiObjectValidator<D> validator,
UiMessageStack uiMessageStack)
Vérifie les UiObjects de la liste et remplis la pile d'erreur.
|
io.vertigo.dynamo.domain.model.DtList<D> |
flush() |
UiObject<D> |
get(int row) |
io.vertigo.dynamo.domain.model.DtList<D> |
getAddedList() |
io.vertigo.dynamo.domain.metamodel.DtDefinition |
getDtDefinition() |
io.vertigo.dynamo.domain.model.DtList<D> |
getModifiedList() |
io.vertigo.dynamo.domain.model.DtList<D> |
getRemovedList() |
int |
indexOf(Object o) |
Iterator<UiObject<D>> |
iterator() |
UiObject<D> |
remove(int index) |
boolean |
remove(UiObject<D> dto) |
int |
size() |
io.vertigo.dynamo.domain.model.DtList<D> |
validate(UiObjectValidator<D> validator,
UiMessageStack uiMessageStack)
Vérifie les UiObjects de la liste, met à jour les objets métiers et retourne la liste.
|
add, add, addAll, clear, equals, hashCode, lastIndexOf, listIterator, listIterator, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic io.vertigo.dynamo.domain.metamodel.DtDefinition getDtDefinition()
getDtDefinition in interface UiList<D extends io.vertigo.dynamo.domain.model.DtObject>public boolean remove(UiObject<D> dto)
dto - Element to removedpublic boolean add(D dto)
dto - Element to addpublic io.vertigo.dynamo.domain.model.DtList<D> getRemovedList()
public io.vertigo.dynamo.domain.model.DtList<D> getAddedList()
public io.vertigo.dynamo.domain.model.DtList<D> getModifiedList()
public int indexOf(Object o)
public int size()
size in interface Collection<UiObject<D extends io.vertigo.dynamo.domain.model.DtObject>>size in interface List<UiObject<D extends io.vertigo.dynamo.domain.model.DtObject>>size in class AbstractCollection<UiObject<D extends io.vertigo.dynamo.domain.model.DtObject>>public void check(UiObjectValidator<D> validator, UiMessageStack uiMessageStack)
public io.vertigo.dynamo.domain.model.DtList<D> flush()
public io.vertigo.dynamo.domain.model.DtList<D> validate(UiObjectValidator<D> validator, UiMessageStack uiMessageStack)
public Iterator<UiObject<D>> iterator()
iterator in interface Iterable<UiObject<D extends io.vertigo.dynamo.domain.model.DtObject>>iterator in interface Collection<UiObject<D extends io.vertigo.dynamo.domain.model.DtObject>>iterator in interface List<UiObject<D extends io.vertigo.dynamo.domain.model.DtObject>>iterator in class AbstractList<UiObject<D extends io.vertigo.dynamo.domain.model.DtObject>>Copyright © 2016. All Rights Reserved.