public class RootCarPresenter extends Presenter<RootCarPresenter.MyView,RootCarPresenter.MyProxy>
Modifier and Type | Class and Description |
---|---|
static interface |
RootCarPresenter.MyProxy |
static interface |
RootCarPresenter.MyView |
Presenter.RevealType
Modifier and Type | Field and Description |
---|---|
static Object |
SLOT_TAB_BAR |
static GwtEvent.Type<RevealContentHandler<?>> |
TYPE_SetCarContent |
Modifier and Type | Method and Description |
---|---|
protected void |
onBind()
Lifecycle method called when binding the object.
|
protected void |
revealInParent()
Requests that the presenter reveal itself in its parent presenter.
|
bind, forceReveal, getProxy, getRevealType, getSlot, prepareFromRequest, setRevealType, setSlot, unbind, useManualReveal
addHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, fireEvent, getEventBus, getView, getWidget, isVisible, onHide, onReset, onReveal, removeFromPopupSlot, removeFromSlot, setInSlot, setInSlot
isBound, onUnbind, registerHandler
public static final GwtEvent.Type<RevealContentHandler<?>> TYPE_SetCarContent
public static final Object SLOT_TAB_BAR
protected void onBind()
HandlerContainerImpl
HandlerContainerImpl.onBind()
. Also, do
not call directly, call HandlerContainerImpl.bind()
instead.
Any event handler should be
initialised here rather than in the constructor. Also, it is good practice to
perform any costly initialisation here.
Handlers registered by calling
HandlerContainerImpl.registerHandler(HandlerRegistration)
will be removed
when unbinding. Any other initialisation that takes place here (or as a
side-effect of what is done here) should be taken down in HandlerContainerImpl.onUnbind()
.
This method will never be invoked more then once, or if it is, the second
time will necessarily be preceded by an invocation of HandlerContainerImpl.onUnbind()
.onBind
in class HandlerContainerImpl
protected void revealInParent()
Presenter
RevealContentEvent
,
a RevealRootContentEvent
or a RevealRootLayoutContentEvent
.revealInParent
in class Presenter<RootCarPresenter.MyView,RootCarPresenter.MyProxy>
Copyright © 2010-2014 ArcBees. All Rights Reserved.