T
- top level lifecycle element type this task applies topublic interface ViewLifecycleTask<T> extends Runnable
Modifier and Type | Method and Description |
---|---|
LifecycleElementState |
getElementState()
Gets the phase this lifecycle task is a part of.
|
Class<T> |
getElementType()
Gets the top level lifecycle element type that this task applies to.
|
void |
setElementState(LifecycleElementState lifecycleElementState) |
Class<T> getElementType()
If an element is not a subclass of this type, then the task will not be performed on that element.
LifecycleElementState getElementState()
void setElementState(LifecycleElementState lifecycleElementState)
getElementState()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.