public class Dashboard extends com.google.gwt.user.client.ui.Composite implements HasDashboardHandlerExtension, HasDashboardEvent
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabledHasDashboardEvent.DashboardEventConstant| Modifier and Type | Field and Description |
|---|---|
GeneralDashboard |
generalDashboard |
HorizontalToolBar |
horizontalToolBar |
KeyMapDashboard |
keyMapDashboard |
MailDashboard |
mailDashboard |
NewsDashboard |
newsDashboard |
UserDashboard |
userDashboard |
WorkflowDashboard |
workflowDashboard |
DASHBOARD_REFRESH, TOOLBOX_CHANGED| Constructor and Description |
|---|
Dashboard()
Dashboard
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDashboardHandlerExtension(DashboardHandlerExtension handlerExtension) |
void |
addToolBarBoxExtension(ToolBarBoxExtension extension)
addToolBarBoxExtension
|
void |
changeView(int view)
changeView
|
void |
fireEvent(HasDashboardEvent.DashboardEventConstant event) |
int |
getActualView()
getActualView
|
void |
init()
init
|
boolean |
isWidgetExtensionVisible(com.google.gwt.user.client.ui.Widget widget) |
void |
langRefresh()
Refreshing language
|
void |
refreshAll()
Refresh all
|
void |
setSize(int width,
int height)
Sets the size on initialization
|
void |
showGeneral()
showGeneral
|
void |
showKeywords()
showKeywords
|
void |
showMail()
showMail
|
void |
showNews()
showNews
|
void |
showUser()
showUser
|
void |
showWorkflow()
showWorkflow
|
void |
startRefreshingDashboard(double scheduleTime)
startRefreshingDashboard
|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, performDetachedInitialization, render, render, resolvePotentialElement, setWidget, wrapElementaddAttachHandler, 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 HorizontalToolBar horizontalToolBar
public UserDashboard userDashboard
public MailDashboard mailDashboard
public NewsDashboard newsDashboard
public GeneralDashboard generalDashboard
public WorkflowDashboard workflowDashboard
public KeyMapDashboard keyMapDashboard
public void setSize(int width,
int height)
width - The max width of the widgetheight - The max height of the widgetpublic void langRefresh()
public void changeView(int view)
view - public int getActualView()
public boolean isWidgetExtensionVisible(com.google.gwt.user.client.ui.Widget widget)
widget - public void refreshAll()
public void startRefreshingDashboard(double scheduleTime)
scheduleTime - public void showUser()
public void showMail()
public void showNews()
public void showGeneral()
public void showWorkflow()
public void showKeywords()
public void init()
public void addToolBarBoxExtension(ToolBarBoxExtension extension)
extension - public void addDashboardHandlerExtension(DashboardHandlerExtension handlerExtension)
addDashboardHandlerExtension in interface HasDashboardHandlerExtensionpublic void fireEvent(HasDashboardEvent.DashboardEventConstant event)
fireEvent in interface HasDashboardEventCopyright © 2015. All Rights Reserved.