public abstract class ApplicationFinderPresenter<V extends HalView,Proxy_ extends com.gwtplatform.mvp.client.proxy.ProxyPlace<?>> extends ApplicationPresenter<V,Proxy_> implements HasFinderPath, SupportsExternalMode
HasFinderPath.finderPath() and fires a FinderContextEvent in onReset().| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationFinderPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
V view,
Proxy_ proxy,
Finder finder) |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
asElement() |
Iterable<elemental2.dom.HTMLElement> |
asElements() |
protected void |
onHide() |
protected void |
onReset()
Updates the breadcrumb by taking the information from
HasFinderPath.finderPath() and fires a FinderContextEvent. |
protected abstract void |
reload()
Override this method to
load the data from the backend and
update the view
It's called as part of the
onReset() method. |
headerMode, isExternal, onReveal, prepareFromRequestbind, forceReveal, getProxy, getRevealType, getSlot, revealInParent, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, clearSlot, equals, fireEvent, fireEvent, getChild, getChildren, getChildren, getEventBus, getView, hashCode, isVisible, registerVisibleHandler, removeFromParentSlot, removeFromPopupSlot, removeFromSlot, removeFromSlot, setInSlot, setInSlot, setInSlot, setInSlotisBound, onBind, onUnbind, registerHandlerclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfinderPathprotected void onReset()
HasFinderPath.finderPath() and fires a FinderContextEvent. Finally calls reload().protected abstract void reload()
onReset() method.protected void onHide()
onHide in class com.gwtplatform.mvp.client.PresenterWidget<V extends HalView>public elemental2.dom.HTMLElement asElement()
asElement in interface org.jboss.gwt.elemento.core.IsElementpublic Iterable<elemental2.dom.HTMLElement> asElements()
asElements in interface org.jboss.gwt.elemento.core.HasElementsCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.