Class LifecycleBase
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.LifecycleBase
- All Implemented Interfaces:
Serializable
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static StringbuildGrowlScript(boolean growlMessagingEnabled) Builds JS script that will invoke the show growl method to display a growl message when the page is rendered.static voidperformPostLifecycleProcessing(View view, Object model, ViewPostMetadata viewPostMetadata)
-
Constructor Details
-
LifecycleBase
public LifecycleBase()
-
-
Method Details
-
performPostLifecycleProcessing
public static void performPostLifecycleProcessing(View view, Object model, ViewPostMetadata viewPostMetadata) -
buildGrowlScript
Builds JS script that will invoke the show growl method to display a growl message when the page is rendered.A growl call will be created for any explicit growl messages added to the message map.
- Parameters:
growlMessagingEnabled- indicates whether growls have been enabled, if not any growl messages are written as info messages- Returns:
- JS script string for generated growl messages
-