org.kuali.student.common.ui.client.widgets.headers
Class KSHeader

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.kuali.student.common.ui.client.widgets.headers.KSHeader
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener

public class KSHeader
extends com.google.gwt.user.client.ui.Composite


Nested Class Summary
(package private) static interface KSHeader.KSHeaderUiBinder
           
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
(package private)  com.google.gwt.user.client.ui.Label applicationTitleLabel
           
(package private)  com.google.gwt.user.client.ui.FlowPanel bottomContainer
           
(package private)  com.google.gwt.user.client.ui.Label hiLabel
           
(package private)  com.google.gwt.user.client.ui.FlowPanel hiPanel
           
(package private)  com.google.gwt.user.client.ui.FlowPanel leftPartPanel
           
(package private)  com.google.gwt.user.client.ui.FlowPanel logoutPanel
           
private static KSHeader.KSHeaderUiBinder uiBinder
           
(package private)  com.google.gwt.user.client.ui.Label userNameLabel
           
(package private)  com.google.gwt.user.client.ui.FlowPanel userNamePanel
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
KSHeader()
           
 
Method Summary
 void addBottomContainerWidget(com.google.gwt.user.client.ui.Widget w)
           
 void addLogout(com.google.gwt.user.client.ui.Widget w)
           
 void addNavigation(StylishDropDown dropDown)
           
 com.google.gwt.user.client.ui.Panel getBottomContainer()
           
 void setHiLabelText(String hi)
           
 void setUserName(String name)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

uiBinder

private static KSHeader.KSHeaderUiBinder uiBinder

hiPanel

@UiField
com.google.gwt.user.client.ui.FlowPanel hiPanel

userNamePanel

@UiField
com.google.gwt.user.client.ui.FlowPanel userNamePanel

logoutPanel

@UiField
com.google.gwt.user.client.ui.FlowPanel logoutPanel

leftPartPanel

@UiField
com.google.gwt.user.client.ui.FlowPanel leftPartPanel

applicationTitleLabel

@UiField
com.google.gwt.user.client.ui.Label applicationTitleLabel

bottomContainer

@UiField
com.google.gwt.user.client.ui.FlowPanel bottomContainer

userNameLabel

com.google.gwt.user.client.ui.Label userNameLabel

hiLabel

com.google.gwt.user.client.ui.Label hiLabel
Constructor Detail

KSHeader

public KSHeader()
Method Detail

addLogout

public void addLogout(com.google.gwt.user.client.ui.Widget w)

addNavigation

public void addNavigation(StylishDropDown dropDown)

setHiLabelText

public void setHiLabelText(String hi)

setUserName

public void setUserName(String name)

addBottomContainerWidget

public void addBottomContainerWidget(com.google.gwt.user.client.ui.Widget w)

getBottomContainer

public com.google.gwt.user.client.ui.Panel getBottomContainer()


Copyright © 2010 The Kuali Foundation. All rights reserved.