Class ApplyAuthAndPresentationLogicTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
org.kuali.rice.krad.uif.lifecycle.model.ApplyAuthAndPresentationLogicTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<Component>
Apply authorization and presentation logic for the component.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidInvokes the view's configuredViewAuthorizerandViewPresentationControllerto set state of the componentMethods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, setElementState, toString
-
Constructor Details
-
ApplyAuthAndPresentationLogicTask
public ApplyAuthAndPresentationLogicTask()
-
-
Method Details
-
performLifecycleTask
protected void performLifecycleTask()Invokes the view's configuredViewAuthorizerandViewPresentationControllerto set state of the componentThe following authorization is done here: Fields: edit, view, required, mask, and partial mask Groups: edit and view Actions: take action
Note additional checks are also done for fields that are part of a collection group. This authorization is found in
CollectionGroupBuilder- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<Component>- See Also:
-