org.kuali.student.common.ui.client.util
Class WindowTitleUtils
java.lang.Object
org.kuali.student.common.ui.client.util.WindowTitleUtils
public class WindowTitleUtils
- extends Object
Provides a variety of helper methods to manipulate page title based on location
- Author:
- Kuali Student Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contextTitle
private static String contextTitle
appTitle
private static String appTitle
subTitle
private static String subTitle
WindowTitleUtils
public WindowTitleUtils()
setApplicationTitle
public static void setApplicationTitle(String title)
setContextTitle
public static void setContextTitle(String title)
- Call this when scope of the application changes to make this be the new
preceding title for the window, followed by last breadcrumb name
setSubtitle
public static void setSubtitle(String title)
- Call this to change the subtitle
generateWindowTitle
private static String generateWindowTitle()
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.