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

Constructor Summary
WindowTitleUtils()
           
 
Method Summary
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
 

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



Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.