public class HeaderPage
extends com.google.gwt.user.client.ui.FlowPanel
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
Constructor and Description |
---|
HeaderPage()
Instantiates a new header page.
|
Modifier and Type | Method and Description |
---|---|
void |
addFilterSubsystems(String title,
List<String> anchors)
Adds the filter subsystems.
|
void |
addTitle(String header,
double size)
Adds the title.
|
void |
enableFilterBySubsystem(boolean b)
Enable filter by subsystem.
|
void |
init()
Inits the.
|
void |
setOtherReleases(List<Release> otherReleases)
Sets the other releases.
|
void |
setReleaseInfo(String reportURI,
String svnURI,
List<String> othersInfo)
Sets the release info.
|
void |
setReleaseNotes(String notes)
Sets the release notes.
|
void |
showLoading(boolean visible)
Show loading.
|
void |
showLoading(boolean visible,
String text)
Show loading.
|
void |
showManagement(boolean bool)
Show management.
|
add, add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, insert, iterator, remove, remove
add, adopt, doAttachChildren, doDetachChildren, orphan, remove
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public void showLoading(boolean visible, String text)
visible
- the visibletext
- the textpublic void showLoading(boolean visible)
visible
- the visiblepublic void addTitle(String header, double size)
header
- the headersize
- the sizepublic void setOtherReleases(List<Release> otherReleases)
otherReleases
- the new other releasespublic void setReleaseInfo(String reportURI, String svnURI, List<String> othersInfo)
reportURI
- the report urisvnURI
- the svn uriothersInfo
- the others infopublic void setReleaseNotes(String notes)
notes
- the new release notespublic void addFilterSubsystems(String title, List<String> anchors)
title
- the titleanchors
- the anchorspublic void init()
public void enableFilterBySubsystem(boolean b)
b
- the bpublic void showManagement(boolean bool)
bool
- the boolCopyright © 2016. All Rights Reserved.