public class HeaderView extends ViewWithUiHandlers<HeaderUiHandlers> implements HeaderPresenter.MyView
Modifier and Type | Method and Description |
---|---|
void |
disableUserOptions() |
void |
enableUserOptions(CurrentUser currentUser) |
void |
hideActionButtons() |
void |
initActionBar(Boolean tabsVisible) |
void |
showActionBar(Boolean visible) |
void |
showActionButton(ChangeActionBarEvent.ActionType actionType) |
getUiHandlers, setUiHandlers
addToSlot, asWidget, initWidget, removeFromSlot, setInSlot
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addToSlot, removeFromSlot, setInSlot
setUiHandlers
public void enableUserOptions(CurrentUser currentUser)
enableUserOptions
in interface HeaderPresenter.MyView
public void disableUserOptions()
disableUserOptions
in interface HeaderPresenter.MyView
public void showActionBar(Boolean visible)
showActionBar
in interface HeaderPresenter.MyView
public void initActionBar(Boolean tabsVisible)
initActionBar
in interface HeaderPresenter.MyView
public void hideActionButtons()
hideActionButtons
in interface HeaderPresenter.MyView
public void showActionButton(ChangeActionBarEvent.ActionType actionType)
showActionButton
in interface HeaderPresenter.MyView
Copyright © 2010-2014 ArcBees. All Rights Reserved.