Uses of Interface
io.vertigo.vega.webservice.model.UiObject
-
Packages that use UiObject Package Description io.vertigo.vega.engines.webservice.json -
-
Uses of UiObject in io.vertigo.vega.engines.webservice.json
Classes in io.vertigo.vega.engines.webservice.json that implement UiObject Modifier and Type Class Description class
VegaUiObject<D extends DtObject>
UiObject is used as an Input buffer from client.Methods in io.vertigo.vega.engines.webservice.json that return UiObject Modifier and Type Method Description protected abstract UiObject<D>
AbstractUiListModifiable. createUiObject(D dto)
protected UiObject<D>
UiListModifiable. createUiObject(D dto)
UiObject<D>
AbstractUiListModifiable. get(int row)
UiObject<D>
AbstractUiListModifiable. remove(int index)
<D extends DtObject>
UiObject<D>GoogleJsonEngine. uiObjectFromJson(String json, Type paramType)
Specific convertion Json to UiObject.<D extends DtObject>
UiObject<D>JsonEngine. uiObjectFromJson(String json, Type paramType)
Specific convertion Json to UiObject.Methods in io.vertigo.vega.engines.webservice.json that return types with arguments of type UiObject Modifier and Type Method Description Map<String,UiObject<D>>
UiListDelta. getCreatesMap()
Map<String,UiObject<D>>
UiListDelta. getDeletesMap()
Map<String,UiObject<D>>
UiListDelta. getUpdatesMap()
Iterator<UiObject<D>>
AbstractUiListModifiable. iterator()
Methods in io.vertigo.vega.engines.webservice.json with parameters of type UiObject Modifier and Type Method Description boolean
AbstractUiListModifiable. add(UiObject<D> uiObject)
boolean
AbstractUiListModifiable. remove(UiObject<D> dto)
Constructor parameters in io.vertigo.vega.engines.webservice.json with type arguments of type UiObject Constructor Description UiListDelta(Class<D> objectType, Map<String,UiObject<D>> collCreates, Map<String,UiObject<D>> collUpdates, Map<String,UiObject<D>> collDeletes)
Constructor.
-