public class TitleBar
extends com.google.gwt.user.client.ui.Composite
TitleBar class is the top top bar component of the UI| Modifier and Type | Method and Description |
|---|---|
void |
clearEditedOnBy() |
com.google.gwt.user.client.Command |
getNullCommand()
temporary command
|
void |
hideNextButton()
Hide the next botton in the UI
|
void |
hidePrevButton()
Hide the previous botton in the UI
|
void |
setEditedOnBy(Date date,
String username)
changes the template name label in the UI
|
void |
setPageDisplayer(int currentPage,
int totalPages)
changes the pages label in the UI : e.g.
|
void |
setTemplateName(String name)
changes the template name label in the UI
|
void |
showNextButton()
Shows the next botton in the UI
|
void |
showPrevButton()
Shows the previous botton in the UI
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, 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, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventspublic TitleBar(Presenter c)
c - the controller instance for this UI componentpublic void setPageDisplayer(int currentPage,
int totalPages)
currentPage - .totalPages - .public void setTemplateName(String name)
name - .public void clearEditedOnBy()
public void setEditedOnBy(Date date, String username)
name - .public void showPrevButton()
public void showNextButton()
public void hidePrevButton()
public void hideNextButton()
public com.google.gwt.user.client.Command getNullCommand()
Copyright © 2014. All Rights Reserved.