Uses of Interface
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTask
Packages that use ViewLifecycleTask
Package
Description
-
Uses of ViewLifecycleTask in org.kuali.rice.krad.uif.freemarker
Classes in org.kuali.rice.krad.uif.freemarker that implement ViewLifecycleTaskModifier and TypeClassDescriptionclassPerform actual rendering on a component during the lifecycle. -
Uses of ViewLifecycleTask in org.kuali.rice.krad.uif.lifecycle
Classes in org.kuali.rice.krad.uif.lifecycle that implement ViewLifecycleTaskModifier and TypeClassDescriptionclassView lifecycle task to run component modifiers based on the lifecycle phase.classBase abstract implementation for a lifecycle task.Methods in org.kuali.rice.krad.uif.lifecycle that return ViewLifecycleTaskModifier and TypeMethodDescriptionViewLifecyclePhase.getCurrentTask()Gets the task currently running.ViewLifecyclePhaseBase.getCurrentTask()Gets the task currently running.Method parameters in org.kuali.rice.krad.uif.lifecycle with type arguments of type ViewLifecycleTaskModifier and TypeMethodDescriptionvoidViewLifecyclePhaseBase.setSkipLifecycleTasks(List<ViewLifecycleTask<?>> skipLifecycleTasks) Sets the tasks to process at this phase when the lifecycle is skipped.voidViewLifecyclePhaseBase.setTasks(List<ViewLifecycleTask<?>> tasks) Sets the tasks to process at this phase. -
Uses of ViewLifecycleTask in org.kuali.rice.krad.uif.lifecycle.finalize
Classes in org.kuali.rice.krad.uif.lifecycle.finalize that implement ViewLifecycleTaskModifier and TypeClassDescriptionclassAdd the focusId, jumpToId and jumpToName as dataAttributes to the component during the finalize phase.classAdd templates defined on this component to the view for rendering.classPerform default finalize behavior defined for the component.classPerform custom finalize behavior for the component defined by the helper.classPerform custom finalize behavior for the component defined by the helper.classInvoke finalizer methods on the component.classIf the data field has a configured property editor registers the editor with the view post metadata.classSets data bindings to read-only at the end of the apply model phase. -
Uses of ViewLifecycleTask in org.kuali.rice.krad.uif.lifecycle.initialize
Classes in org.kuali.rice.krad.uif.lifecycle.initialize that implement ViewLifecycleTaskModifier and TypeClassDescriptionclassAssign a unique ID to the component, if one has not already been assigned.classPerform default initialization defined for the component.classPerform custom initialization for the component defined by the helper.classInvoke custom initialization on the container from the view helper.classPerforms initialization on data fields based on attributes found in the data dictionary.classPopulate property values on the component from the expression graph.classAssigns a lifecycle element's path propertyLifecycleElement.setViewPath(String)and, based on the paths to the element frominvalid reference
LifecycleElement#setPath(String)LifecycleElementState.classPopulate property values on the all property replacers and component modifiers from the expression graph.classInvokeson the lifecycle element.invalid reference
Copyable#preventModification()classProcess any remote fields holder that might be in the containers items.classSort items in a container -
Uses of ViewLifecycleTask in org.kuali.rice.krad.uif.lifecycle.model
Classes in org.kuali.rice.krad.uif.lifecycle.model that implement ViewLifecycleTaskModifier and TypeClassDescriptionclassPerform post-expression evaluation tasks.classApply authorization and presentation logic for the component.classPerform default apply model behavior defined for the component.classEvaluate expressions for the component.classPerform custom apply model behavior for the component defined by the helper.classPush attributes to the component context.classclassAdjusts the id for elements that are within a component configured with a suffix to apply for all children (such as components that are within a collection line).classSynchronize client side state for the component.