Uses of Class
org.kuali.rice.krad.uif.lifecycle.ViewPostMetadata
Packages that use ViewPostMetadata
Package
Description
-
Uses of ViewPostMetadata in org.kuali.rice.krad.uif.lifecycle
Methods in org.kuali.rice.krad.uif.lifecycle that return ViewPostMetadataModifier and TypeMethodDescriptionstatic ViewPostMetadataViewLifecycle.buildView(View view, Object model, javax.servlet.http.HttpServletRequest request, Map<String, String> parameters) Executes the view lifecycle on the givenViewinstance which will prepare it for renderingstatic ViewPostMetadataViewLifecycle.getViewPostMetadata()Returns the view post metadata instance associated with the view and lifecycle.Methods in org.kuali.rice.krad.uif.lifecycle with parameters of type ViewPostMetadataModifier and TypeMethodDescriptionstatic voidViewLifecycle.encapsulateLifecycle(View view, Object model, ViewPostMetadata viewPostMetadata, ComponentPostMetadata refreshComponentPostMetadata, javax.servlet.http.HttpServletRequest request, Runnable lifecycleProcess) Encapsulate a new view lifecycle process on the current thread.static ComponentViewLifecycle.performComponentLifecycle(View view, Object model, javax.servlet.http.HttpServletRequest request, ViewPostMetadata viewPostMetadata, String componentId) Performs a lifecycle process to rebuild the component given by the update id.static voidLifecycleBase.performPostLifecycleProcessing(View view, Object model, ViewPostMetadata viewPostMetadata) -
Uses of ViewPostMetadata in org.kuali.rice.krad.uif.service
Methods in org.kuali.rice.krad.uif.service with parameters of type ViewPostMetadataModifier and TypeMethodDescriptionAttributeQueryService.performFieldQuery(ViewPostMetadata viewPostMetadata, String fieldId, Map<String, String> queryParameters) Executes theAttributeQueryassociated with the field given by the id.AttributeQueryService.performFieldSuggestQuery(ViewPostMetadata viewPostMetadata, String fieldId, String fieldTerm, Map<String, String> queryParameters) Executes theAttributeQueryassociated with theSuggestwidget within the field given by the Id. -
Uses of ViewPostMetadata in org.kuali.rice.krad.uif.service.impl
Methods in org.kuali.rice.krad.uif.service.impl with parameters of type ViewPostMetadataModifier and TypeMethodDescriptionAttributeQueryServiceImpl.performFieldQuery(ViewPostMetadata viewPostMetadata, String fieldId, Map<String, String> queryParameters) Executes theAttributeQueryassociated with the field given by the id.AttributeQueryServiceImpl.performFieldSuggestQuery(ViewPostMetadata viewPostMetadata, String fieldId, String fieldTerm, Map<String, String> queryParameters) Executes theAttributeQueryassociated with theSuggestwidget within the field given by the Id. -
Uses of ViewPostMetadata in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util with parameters of type ViewPostMetadataModifier and TypeMethodDescriptionstatic ComponentComponentFactory.getNewInstanceForRefresh(ViewPostMetadata viewPostMetadata, String id) Returns a newComponentinstance for the given bean id from the spring factory. -
Uses of ViewPostMetadata in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view that return ViewPostMetadataModifier and TypeMethodDescriptionViewModel.getViewPostMetadata()Gets theViewPostMetadatathat has been built up from processing of a view.Methods in org.kuali.rice.krad.uif.view with parameters of type ViewPostMetadataModifier and TypeMethodDescriptionvoidViewModel.setViewPostMetadata(ViewPostMetadata viewPostMetadata) -
Uses of ViewPostMetadata in org.kuali.rice.krad.web.form
Fields in org.kuali.rice.krad.web.form declared as ViewPostMetadataMethods in org.kuali.rice.krad.web.form that return ViewPostMetadataModifier and TypeMethodDescriptionUifFormBase.getViewPostMetadata()Gets theViewPostMetadatathat has been built up from processing of a view.Methods in org.kuali.rice.krad.web.form with parameters of type ViewPostMetadataModifier and TypeMethodDescriptionvoidUifFormBase.setViewPostMetadata(ViewPostMetadata viewPostMetadata)