Package org.jboss.hal.client.skeleton
Class HeaderView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- org.jboss.hal.core.mvp.HalViewImpl
-
- org.jboss.hal.client.skeleton.HeaderView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.View,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,HeaderPresenter.MyView,HalView,HasPresenter<HeaderPresenter>
public class HeaderView extends HalViewImpl implements HeaderPresenter.MyView
-
-
Constructor Summary
Constructors Constructor Description HeaderView(Environment environment, Places places, AccessControl ac, Resources resources)
-
Method Summary
-
Methods inherited from class org.jboss.hal.core.mvp.HalViewImpl
attach, element, iterator
-
Methods inherited from class com.gwtplatform.mvp.client.ViewImpl
addToSlot, asWidget, removeFromSlot, setInSlot
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Constructor Detail
-
HeaderView
@Inject public HeaderView(Environment environment, Places places, AccessControl ac, Resources resources)
-
-
Method Detail
-
detach
public void detach()
Description copied from interface:HalViewCounterpart toHalView.attach(). Implement this method if you need to remove stuff which was setup inHalView.attach(). The default implementation does nothing.- Specified by:
detachin interfaceHalView- Overrides:
detachin classHalViewImpl
-
setPresenter
public void setPresenter(HeaderPresenter presenter)
- Specified by:
setPresenterin interfaceHasPresenter<HeaderPresenter>
-
init
public void init(Environment environment, Endpoints endpoints, Settings settings, User user)
- Specified by:
initin interfaceHeaderPresenter.MyView
-
updateRoles
public void updateRoles(Environment environment, Settings settings, User user)
- Specified by:
updateRolesin interfaceHeaderPresenter.MyView
-
showReload
public void showReload(String text, String tooltip)
- Specified by:
showReloadin interfaceHeaderPresenter.MyView
-
hideReload
public void hideReload()
- Specified by:
hideReloadin interfaceHeaderPresenter.MyView
-
hideReconnect
public void hideReconnect()
- Specified by:
hideReconnectin interfaceHeaderPresenter.MyView
-
onMessage
public void onMessage(Message message)
- Specified by:
onMessagein interfaceHeaderPresenter.MyView
-
onMarkAllAsRead
public void onMarkAllAsRead()
- Specified by:
onMarkAllAsReadin interfaceHeaderPresenter.MyView
-
onClearMessage
public void onClearMessage()
- Specified by:
onClearMessagein interfaceHeaderPresenter.MyView
-
onNonProgressingOperation
public void onNonProgressingOperation(boolean display)
- Specified by:
onNonProgressingOperationin interfaceHeaderPresenter.MyView
-
topLevelCategoryMode
public void topLevelCategoryMode()
- Specified by:
topLevelCategoryModein interfaceHeaderPresenter.MyView
-
applicationMode
public void applicationMode()
- Specified by:
applicationModein interfaceHeaderPresenter.MyView
-
updateLinks
public void updateLinks(FinderContext finderContext)
- Specified by:
updateLinksin interfaceHeaderPresenter.MyView
-
selectTopLevelCategory
public void selectTopLevelCategory(String nameToken)
- Specified by:
selectTopLevelCategoryin interfaceHeaderPresenter.MyView
-
updateBreadcrumb
public void updateBreadcrumb(String title)
- Specified by:
updateBreadcrumbin interfaceHeaderPresenter.MyView
-
updateBreadcrumb
public void updateBreadcrumb(FinderContext finderContext)
- Specified by:
updateBreadcrumbin interfaceHeaderPresenter.MyView
-
updateBreadcrumb
public void updateBreadcrumb(ModelBrowserPath path)
- Specified by:
updateBreadcrumbin interfaceHeaderPresenter.MyView
-
showExpertMode
public void showExpertMode(ResourceAddress address)
- Specified by:
showExpertModein interfaceHeaderPresenter.MyView
-
showBackToNormalMode
public void showBackToNormalMode()
- Specified by:
showBackToNormalModein interfaceHeaderPresenter.MyView
-
hideSwitchMode
public void hideSwitchMode()
- Specified by:
hideSwitchModein interfaceHeaderPresenter.MyView
-
showExternal
public void showExternal(com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest)
- Specified by:
showExternalin interfaceHeaderPresenter.MyView
-
hideExternal
public void hideExternal()
- Specified by:
hideExternalin interfaceHeaderPresenter.MyView
-
showRefresh
public void showRefresh()
- Specified by:
showRefreshin interfaceHeaderPresenter.MyView
-
hideRefresh
public void hideRefresh()
- Specified by:
hideRefreshin interfaceHeaderPresenter.MyView
-
-