public final class RevealRootLayoutContentEvent extends GwtEvent<RevealRootLayoutContentHandler>
Presenter
that desires to reveal itself
at the root of the application. It is typically fired in the Presenter.revealInParent()
method.
This type of content
is constrained to lie within the browser window, and to resize with it. You
will be responsible for adding your own scrollbars as content overflow,
usually via ScrollPanel
.RevealContentEvent
,
RevealRootContentEvent
,
RevealRootPopupContentEvent
GwtEvent.Type<H>
Constructor and Description |
---|
RevealRootLayoutContentEvent(Presenter<?,?> content) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(RevealRootLayoutContentHandler handler) |
static void |
fire(HasHandlers source,
Presenter<?,?> content)
Fires a
RevealRootLayoutContentEvent
into a source that has access to an EventBus . |
GwtEvent.Type<RevealRootLayoutContentHandler> |
getAssociatedType() |
Presenter<?,?> |
getContent() |
static GwtEvent.Type<RevealRootLayoutContentHandler> |
getType() |
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public RevealRootLayoutContentEvent(Presenter<?,?> content)
public static void fire(HasHandlers source, Presenter<?,?> content)
RevealRootLayoutContentEvent
into a source that has access to an EventBus
.source
- The source that fires this event (HasHandlers
).content
- The Presenter
that wants to set itself as root content.public static GwtEvent.Type<RevealRootLayoutContentHandler> getType()
public GwtEvent.Type<RevealRootLayoutContentHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<RevealRootLayoutContentHandler>
public Presenter<?,?> getContent()
protected void dispatch(RevealRootLayoutContentHandler handler)
dispatch
in class GwtEvent<RevealRootLayoutContentHandler>
Copyright © 2010-2014 ArcBees. All Rights Reserved.