org.kuali.student.common.ui.client.util
Class WindowTitleUtils

java.lang.Object
  extended by 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

Field Summary
private static String appTitle
           
private static String contextTitle
           
private static String subTitle
           
 
Constructor Summary
WindowTitleUtils()
           
 
Method Summary
private static String generateWindowTitle()
           
static void setApplicationTitle(String title)
           
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
static void setSubtitle(String title)
          Call this to change the subtitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextTitle

private static String contextTitle

appTitle

private static String appTitle

subTitle

private static String subTitle
Constructor Detail

WindowTitleUtils

public WindowTitleUtils()
Method Detail

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.