Package io.vertigo.ui.core
Class BasicUiListModifiable<D extends io.vertigo.datamodel.structure.model.DtObject>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<UiObject<D>>
io.vertigo.vega.engines.webservice.json.AbstractUiListModifiable<D>
io.vertigo.ui.core.BasicUiListModifiable<D>
- All Implemented Interfaces:
UiList<D>,Serializable,Iterable<UiObject<D>>,Collection<UiObject<D>>,List<UiObject<D>>
public class BasicUiListModifiable<D extends io.vertigo.datamodel.structure.model.DtObject>
extends AbstractUiListModifiable<D>
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Method Summary
Modifier and TypeMethodDescriptioncreateUiObject(D dto) listForClient(Set<String> fieldsForClient, Map<String, Function<Serializable, String>> valueTransformers) protected StringtoContextKey(String inputKey, int index) Methods inherited from class io.vertigo.vega.engines.webservice.json.AbstractUiListModifiable
add, add, checkFormat, equals, get, getDtDefinition, getDtListDelta, getObjectType, hashCode, indexOf, iterator, mergeAndCheckInput, remove, remove, sizeMethods inherited from class java.util.AbstractList
add, addAll, clear, lastIndexOf, listIterator, listIterator, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, addAll, addAll, clear, contains, containsAll, isEmpty, lastIndexOf, listIterator, listIterator, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
-
Method Details
-
createUiObject
- Specified by:
createUiObjectin classAbstractUiListModifiable<D extends io.vertigo.datamodel.structure.model.DtObject>
-
listForClient
-
toContextKey
- Overrides:
toContextKeyin classAbstractUiListModifiable<D extends io.vertigo.datamodel.structure.model.DtObject>
-