Modifier and Type | Class and Description |
---|---|
class |
RenderComponentTask
Perform actual rendering on a component during the lifecycle.
|
Modifier and Type | Class and Description |
---|---|
class |
RunComponentModifiersTask
View 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 |
AddFocusAndJumpDataAttributesTask
Add the focusId, jumpToId and jumpToName as dataAttributes to the component during the finalize phase.
|
class |
AddViewTemplatesTask
Add templates defined on this component to the view for rendering.
|
class |
ComponentDefaultFinalizeTask
Perform default finalize behavior defined for the component.
|
class |
FinalizeViewTask
Perform custom finalize behavior for the component defined by the helper.
|
class |
HelperCustomFinalizeTask
Perform custom finalize behavior for the component defined by the helper.
|
class |
InvokeFinalizerTask
Invoke finalizer methods on the component.
|
class |
RegisterPropertyEditorTask
If the data field has a configured property editor registers the editor with the view
post metadata.
|
class |
SetReadOnlyOnDataBindingTask
Sets data bindings to read-only at the end of the apply model phase.
|
Modifier and Type | Class and Description |
---|---|
class |
AssignIdsTask
Assign a unique ID to the component, if one has not already been assigned.
|
class |
ComponentDefaultInitializeTask
Perform default initialization defined for the component.
|
class |
HelperCustomInitializeTask
Perform custom initialization for the component defined by the helper.
|
class |
InitializeContainerFromHelperTask
Invoke custom initialization on the container from the view helper.
|
class |
InitializeDataFieldFromDictionaryTask
Performs initialization on data fields based on attributes found in the data dictionary.
|
class |
PopulateComponentFromExpressionGraphTask
Populate property values on the component from the expression graph.
|
class |
PopulatePathTask
Assigns a lifecycle element's path property
LifecycleElement.setViewPath(String) and
LifecycleElement#setPath(String) , based on the paths to the element from
LifecycleElementState . |
class |
PopulateReplacersAndModifiersFromExpressionGraphTask
Populate property values on the all property replacers and component modifiers from the
expression graph.
|
class |
PrepareForCacheTask
Invokes
Copyable#preventModification() on the lifecycle element. |
class |
ProcessRemoteFieldsHolderTask
Process any remote fields holder that might be in the containers items.
|
class |
SortContainerTask
Sort items in a container
|
Modifier and Type | Class and Description |
---|---|
class |
AfterEvaluateExpressionTask
Perform post-expression evaluation tasks.
|
class |
ApplyAuthAndPresentationLogicTask
Apply authorization and presentation logic for the component.
|
class |
ComponentDefaultApplyModelTask
Perform default apply model behavior defined for the component.
|
class |
EvaluateExpressionsTask
Evaluate expressions for the component.
|
class |
HelperCustomApplyModelTask
Perform custom apply model behavior for the component defined by the helper.
|
class |
PopulateComponentContextTask
Push attributes to the component context.
|
class |
RefreshStateModifyTask |
class |
SuffixIdFromContainerTask
Adjusts 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 |
SyncClientSideStateTask
Synchronize client side state for the component.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.