Class EvaluateExpressionsTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
org.kuali.rice.krad.uif.lifecycle.model.EvaluateExpressionsTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<Component>
Evaluate expressions for the component.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadjustIdIfNecessary(LifecycleElement element) Checks against the visited ids to see if the id is duplicate, if so it is adjusted to make an unique id by appending an unique identifierprotected voidPerforms phase-specific lifecycle processing tasks.Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, setElementState, toString
-
Constructor Details
-
EvaluateExpressionsTask
public EvaluateExpressionsTask()
-
-
Method Details
-
adjustIdIfNecessary
Checks against the visited ids to see if the id is duplicate, if so it is adjusted to make an unique id by appending an unique identifier- Parameters:
element- The component or layout manager to adjust the ID on.- Returns:
- original or adjusted id
-
performLifecycleTask
protected void performLifecycleTask()Performs phase-specific lifecycle processing tasks.- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<Component>
-