public interface LifecycleElementState
The interface is used for assigning the path property value during the View
's pre-process
phase.
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Gets the depth of the element in the lifecycle tree.
|
LifecycleElement |
getElement()
Gets the element this lifecycle phase is responsible for processing.
|
String |
getParentPath()
Gets the path relative the predecessor phase's component.
|
String |
getViewPath()
Gets the path relative to the view.
|
String |
getViewPhase()
Gets the view lifecycle phase constant that corresponds to this phase processing task.
|
String getViewPhase()
UifConstants.ViewPhases
String getViewPath()
LifecycleElement getElement()
String getParentPath()
int getDepth()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.