Uses of Interface
io.vertigo.ui.core.ViewContextKey
Packages that use ViewContextKey
-
Uses of ViewContextKey in io.vertigo.ui.core
Fields in io.vertigo.ui.core declared as ViewContextKeyModifier and TypeFieldDescriptionstatic final ViewContextKey<String>ViewContext.CTXClée de l'id de context dans le context.static final ViewContextKey<String>ViewContext.CTX_CREATION_INSTANTClée de l'instant de creation de context dans le context.static final ViewContextKey<FormMode>ViewContext.MODE_CONTEXT_KEYClé de context du mode.static final ViewContextKey<Boolean>ViewContext.MODE_CREATE_CONTEXT_KEYClé de context du mode Create.static final ViewContextKey<Boolean>ViewContext.MODE_EDIT_CONTEXT_KEYClé de context du mode Edit.static final ViewContextKey<Boolean>ViewContext.MODE_READ_ONLY_CONTEXT_KEYClé de context du mode ReadOnly.Methods in io.vertigo.ui.core that return ViewContextKeyMethods in io.vertigo.ui.core with parameters of type ViewContextKeyModifier and TypeMethodDescription<O extends io.vertigo.datamodel.structure.model.DtObject>
voidViewContext.checkDtListErrors(ViewContextKey<O> contextKey, UiMessageStack uiMessageStack) Vérifie les erreurs de la liste.<O extends io.vertigo.datamodel.structure.model.DtObject>
voidViewContext.checkDtoErrors(ViewContextKey<O> contextKey, UiMessageStack uiMessageStack) Vérifie les erreurs de l'objet.ViewContext.getBoolean(ViewContextKey<Boolean> key) Optional<io.vertigo.datastore.filestore.model.FileInfoURI>ViewContext.getFileInfoURI(ViewContextKey<io.vertigo.datastore.filestore.model.FileInfoURI> contextKey) Get UI file uri.ArrayList<io.vertigo.datastore.filestore.model.FileInfoURI>ViewContext.getFileInfoURIs(ViewContextKey<io.vertigo.datastore.filestore.model.FileInfoURI> contextKey) Get UI file info uri list.ViewContext.getInteger(ViewContextKey<Integer> key) ViewContext.getLong(ViewContextKey<Long> key) <O extends io.vertigo.datamodel.structure.model.DtObject>
SelectedFacetValuesViewContext.getSelectedFacetValues(ViewContextKey<FacetedQueryResult<O, FacetedQuery>> contextKey) Returns selectedFacetValues of a given facetedQuery.ViewContext.getString(ViewContextKey<String> key) <O extends io.vertigo.datamodel.structure.model.DtObject>
UiList<O>ViewContext.getUiList(ViewContextKey<O> key) <O extends io.vertigo.datamodel.structure.model.DtObject>
BasicUiListModifiable<O>ViewContext.getUiListModifiable(ViewContextKey<O> key) <O extends io.vertigo.datamodel.structure.model.DtObject>
UiObject<O>ViewContext.getUiObject(ViewContextKey<O> key) voidViewContext.markModifiedKeys(ViewContextKey... newModifiedKeys) <O extends io.vertigo.datamodel.structure.model.DtObject>
ViewContextViewContext.publishDtList(ViewContextKey<O> contextKey, io.vertigo.datamodel.structure.definitions.DtFieldName<O> keyFieldName, io.vertigo.datamodel.structure.model.DtList<O> dtList) Ajoute une liste au context.<O extends io.vertigo.datamodel.structure.model.DtObject>
ViewContextViewContext.publishDtList(ViewContextKey<O> contextKey, io.vertigo.datamodel.structure.model.DtList<O> dtList) Ajoute une liste au context.<O extends io.vertigo.datamodel.structure.model.DtObject>
ViewContextViewContext.publishDtListModifiable(ViewContextKey<O> contextKey, io.vertigo.datamodel.structure.model.DtList<O> dtList) Ajoute une liste au context.<O extends io.vertigo.datamodel.structure.model.DtObject>
ViewContextViewContext.publishDto(ViewContextKey<O> contextKey, O dto) Ajoute un objet de type form au context.<O extends io.vertigo.datamodel.structure.model.DtObject>
ViewContextViewContext.publishFacetedQueryResult(ViewContextKey<FacetedQueryResult<O, SearchQuery>> contextKey, io.vertigo.datamodel.structure.definitions.DtFieldName<O> keyFieldName, FacetedQueryResult<O, SearchQuery> facetedQueryResult, ViewContextKey<?> criteriaContextKey) Publie une FacetedQueryResult.ViewContext.publishFileInfoURI(ViewContextKey<io.vertigo.datastore.filestore.model.FileInfoURI> contextKey, io.vertigo.datastore.filestore.model.FileInfoURI fileInfoURI) Publish file's info.ViewContext.publishFileInfoURIs(ViewContextKey<io.vertigo.datastore.filestore.model.FileInfoURI> contextKey, ArrayList<io.vertigo.datastore.filestore.model.FileInfoURI> fileInfoURIs) Publish list of file's info.<E extends io.vertigo.datamodel.structure.model.Entity>
ViewContextViewContext.publishMdl(ViewContextKey<E> contextKey, Class<E> entityClass, String code) Publie une liste de référence.<O extends Serializable>
ViewContextViewContext.publishRef(ViewContextKey<O> key, O value) <O extends Serializable>
voidViewContext.publishTypedRef(ViewContextKey<O> key, O value, Type paramType) <O extends io.vertigo.datamodel.structure.model.DtObject>
io.vertigo.datamodel.structure.model.DtList<O>ViewContext.readDtList(ViewContextKey<O> contextKey, DtObjectValidator<O> validator, UiMessageStack uiMessageStack) <O extends io.vertigo.datamodel.structure.model.DtObject>
io.vertigo.datamodel.structure.model.DtList<O>ViewContext.readDtList(ViewContextKey<O> contextKey, UiMessageStack uiMessageStack) <O extends io.vertigo.datamodel.structure.model.DtObject>
io.vertigo.datamodel.structure.model.DtList<O>ViewContext.readDtListModifiable(ViewContextKey<O> contextKey, DtObjectValidator<O> validator, UiMessageStack uiMessageStack) <O extends io.vertigo.datamodel.structure.model.DtObject>
io.vertigo.datamodel.structure.model.DtList<O>ViewContext.readDtListModifiable(ViewContextKey<O> contextKey, UiMessageStack uiMessageStack) <O extends io.vertigo.datamodel.structure.model.DtObject>
OViewContext.readDto(ViewContextKey<O> contextKey, DtObjectValidator<O> validator, UiMessageStack uiMessageStack) <O extends io.vertigo.datamodel.structure.model.DtObject>
OViewContext.readDto(ViewContextKey<O> contextKey, UiMessageStack uiMessageStack) -
Uses of ViewContextKey in io.vertigo.ui.impl.springmvc.controller
Fields in io.vertigo.ui.impl.springmvc.controller declared as ViewContextKeyModifier and TypeFieldDescriptionstatic final ViewContextKey<UiUtil>AbstractVSpringMvcController.UTIL_CONTEXT_KEYClé de context du UiUtil.