public class FinalizeViewTask extends ViewLifecycleTaskBase<View>
Constructor and Description |
---|
FinalizeViewTask()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected String |
buildClientSideStateScript(Object model)
Builds script that will initialize configuration parameters and component state on the client
|
FinalizeComponentPhase |
getElementState()
Gets the phase this lifecycle task is a part of.
|
protected void |
performLifecycleTask()
Performs phase-specific lifecycle processing tasks.
|
getElementType, run, setElementState, toString
public FinalizeViewTask()
public FinalizeComponentPhase getElementState()
getElementState
in interface ViewLifecycleTask<View>
getElementState
in class ViewLifecycleTaskBase<View>
protected void performLifecycleTask()
performLifecycleTask
in class ViewLifecycleTaskBase<View>
protected String buildClientSideStateScript(Object model)
Here client side state is initialized along with configuration variables that need exposed to script
model
- model containing the client side state map.Copyright © 2005–2014 The Kuali Foundation. All rights reserved.