Class RegisterPropertyEditorTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<DataField>
org.kuali.rice.krad.uif.lifecycle.finalize.RegisterPropertyEditorTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<DataField>
If the data field has a configured property editor registers the editor with the view
post metadata.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidPerforms phase-specific lifecycle processing tasks.Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, setElementState, toString
-
Constructor Details
-
RegisterPropertyEditorTask
public RegisterPropertyEditorTask()
-
-
Method Details
-
performLifecycleTask
protected void performLifecycleTask()Description copied from class:ViewLifecycleTaskBasePerforms phase-specific lifecycle processing tasks.- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<DataField>
-