Uses of Class
org.kuali.rice.krad.uif.lifecycle.ComponentPostMetadata
Packages that use ComponentPostMetadata
-
Uses of ComponentPostMetadata in org.kuali.rice.krad.uif.lifecycle
Methods in org.kuali.rice.krad.uif.lifecycle that return ComponentPostMetadataModifier and TypeMethodDescriptionViewPostMetadata.getComponentPostMetadata(String componentId) Gets the component post metadata for the given component id.ViewPostMetadata.getComponentPostMetadataForPath(String path) Iterates over the componentPostMetadataMap to find a componentPostMetadata which matches the path given.static ComponentPostMetadataViewLifecycle.getRefreshComponentPostMetadata()When the lifecycle is processing a component refresh, returns aComponentPostMetadatainstance for the component being refresh.ViewPostMetadata.initializeComponentPostMetadata(String componentId) Initializes a component post metadata instance for the given component id.ViewPostMetadata.initializeComponentPostMetadata(Component component) Initializes a component post metadata instance for the given component.Methods in org.kuali.rice.krad.uif.lifecycle that return types with arguments of type ComponentPostMetadataModifier and TypeMethodDescriptionViewPostMetadata.getComponentPostMetadataMap()Map containing post metadata for a component keyed by the component id.Methods in org.kuali.rice.krad.uif.lifecycle with parameters of type ComponentPostMetadataModifier and TypeMethodDescriptionprotected static voidLifecycleRefreshPathBuilder.buildRefreshPathMappings(LifecycleElement lifecycleElement, ComponentPostMetadata componentPostMetadata) Builds the refresh paths for the given lifecycle element and sets onto the post metadata for storage.static 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.protected static voidViewLifecycle.setupStandaloneComponentForRefresh(View view, String componentId, ComponentPostMetadata componentPostMetadata) Before running the lifecycle on a component that is not attached to a view, we need to retrieve the component, add it to the dialogs list, and setup its refresh paths.protected static voidLifecycleRefreshPathBuilder.storePhasePathMapping(LifecycleElement lifecycleElement, ComponentPostMetadata componentPostMetadata) Store phase path mapping for component if there are any paths different from the final path.Method parameters in org.kuali.rice.krad.uif.lifecycle with type arguments of type ComponentPostMetadataModifier and TypeMethodDescriptionvoidViewPostMetadata.setComponentPostMetadataMap(Map<String, ComponentPostMetadata> componentPostMetadataMap)