| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.lifecycle |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ViewLifecyclePhase
Represents a phase in the view lifecycle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplyModelComponentPhase
Lifecycle phase processing task for applying the model to a component.
|
class |
FinalizeComponentPhase
Lifecycle phase processing task for finalizing a component.
|
class |
InitializeComponentPhase
Lifecycle phase processing task for initializing a component.
|
class |
PreProcessElementPhase
Lifecycle phase implementation representing the pre-process phase.
|
class |
RenderComponentPhase
Lifecycle phase processing task for rendering a component.
|
class |
ViewLifecyclePhaseBase
Base abstract implementation for a lifecycle phase.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleElementState |
ViewLifecycleTaskBase.getElementState()
Gets the phase this lifecycle task is a part of.
|
LifecycleElementState |
ViewLifecycleTask.getElementState()
Gets the phase this lifecycle task is a part of.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewLifecycleTaskBase.setElementState(LifecycleElementState elementState)
Sets the phase on a recycled task.
|
void |
ViewLifecycleTask.setElementState(LifecycleElementState lifecycleElementState) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.