Package io.vertigo.struts2.core
Class StrutsUiListModifiable<D extends io.vertigo.datamodel.structure.model.DtObject>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<io.vertigo.vega.webservice.model.UiObject<D>>
-
- io.vertigo.vega.engines.webservice.json.AbstractUiListModifiable<D>
-
- io.vertigo.struts2.core.StrutsUiListModifiable<D>
-
- All Implemented Interfaces:
io.vertigo.vega.webservice.model.UiList<D>,Serializable,Iterable<io.vertigo.vega.webservice.model.UiObject<D>>,Collection<io.vertigo.vega.webservice.model.UiObject<D>>,List<io.vertigo.vega.webservice.model.UiObject<D>>
public class StrutsUiListModifiable<D extends io.vertigo.datamodel.structure.model.DtObject> extends io.vertigo.vega.engines.webservice.json.AbstractUiListModifiable<D>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.vertigo.vega.webservice.model.UiObject<D>createUiObject(D dto)-
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, size
-
Methods inherited from class java.util.AbstractList
add, addAll, clear, lastIndexOf, listIterator, listIterator, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods 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
-
-