| Modifier and Type | Class and Description | 
|---|---|
| class  | RenderComponentTaskPerform actual rendering on a component during the lifecycle. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RunComponentModifiersTaskView lifecycle task to run component modifiers based on the lifecycle phase. | 
| class  | ViewLifecycleTaskBase<T>Base abstract implementation for a lifecycle task. | 
| Modifier and Type | Method and Description | 
|---|---|
| ViewLifecycleTask<?> | ViewLifecyclePhase. getCurrentTask()Gets the task currently running. | 
| ViewLifecycleTask<?> | ViewLifecyclePhaseBase. getCurrentTask()Gets the task currently running. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ViewLifecyclePhaseBase. setSkipLifecycleTasks(List<ViewLifecycleTask<?>> skipLifecycleTasks)Sets the tasks to process at this phase when the lifecycle is skipped. | 
| void | ViewLifecyclePhaseBase. setTasks(List<ViewLifecycleTask<?>> tasks)Sets the tasks to process at this phase. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddFocusAndJumpDataAttributesTaskAdd the focusId, jumpToId and jumpToName as dataAttributes to the component during the finalize phase. | 
| class  | AddViewTemplatesTaskAdd templates defined on this component to the view for rendering. | 
| class  | ComponentDefaultFinalizeTaskPerform default finalize behavior defined for the component. | 
| class  | FinalizeViewTaskPerform custom finalize behavior for the component defined by the helper. | 
| class  | HelperCustomFinalizeTaskPerform custom finalize behavior for the component defined by the helper. | 
| class  | InvokeFinalizerTaskInvoke finalizer methods on the component. | 
| class  | RegisterPropertyEditorTaskIf the data field has a configured property editor registers the editor with the view
 post metadata. | 
| class  | SetReadOnlyOnDataBindingTaskSets data bindings to read-only at the end of the apply model phase. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AssignIdsTaskAssign a unique ID to the component, if one has not already been assigned. | 
| class  | ComponentDefaultInitializeTaskPerform default initialization defined for the component. | 
| class  | HelperCustomInitializeTaskPerform custom initialization for the component defined by the helper. | 
| class  | InitializeContainerFromHelperTaskInvoke custom initialization on the container from the view helper. | 
| class  | InitializeDataFieldFromDictionaryTaskPerforms initialization on data fields based on attributes found in the data dictionary. | 
| class  | PopulateComponentFromExpressionGraphTaskPopulate property values on the component from the expression graph. | 
| class  | PopulatePathTaskAssigns a lifecycle element's path property  LifecycleElement.setViewPath(String)andLifecycleElement#setPath(String), based on the paths to the element fromLifecycleElementState. | 
| class  | PopulateReplacersAndModifiersFromExpressionGraphTaskPopulate property values on the all property replacers and component modifiers from the
 expression graph. | 
| class  | PrepareForCacheTaskInvokes  Copyable#preventModification()on the lifecycle element. | 
| class  | ProcessRemoteFieldsHolderTaskProcess any remote fields holder that might be in the containers items. | 
| class  | SortContainerTaskSort items in a container | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AfterEvaluateExpressionTaskPerform post-expression evaluation tasks. | 
| class  | ApplyAuthAndPresentationLogicTaskApply authorization and presentation logic for the component. | 
| class  | ComponentDefaultApplyModelTaskPerform default apply model behavior defined for the component. | 
| class  | EvaluateExpressionsTaskEvaluate expressions for the component. | 
| class  | HelperCustomApplyModelTaskPerform custom apply model behavior for the component defined by the helper. | 
| class  | PopulateComponentContextTaskPush attributes to the component context. | 
| class  | RefreshStateModifyTask | 
| class  | SuffixIdFromContainerTaskAdjusts 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). | 
| class  | SyncClientSideStateTaskSynchronize client side state for the component. | 
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.