org.kuali.rice.krad.uif.lifecycle
Class LifecycleBase
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.LifecycleBase
- All Implemented Interfaces:
- Serializable
public class LifecycleBase
- extends Object
- implements Serializable
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleBase
public LifecycleBase()
performPostLifecycleProcessing
public static void performPostLifecycleProcessing(View view,
Object model,
ViewPostMetadata viewPostMetadata)
buildGrowlScript
protected static String buildGrowlScript(boolean growlMessagingEnabled)
- 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
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.