Modifier and Type | Interface and Description |
---|---|
static interface |
EditManufacturerPresenter.MyView |
Modifier and Type | Class and Description |
---|---|
class |
EditManufacturerView |
Modifier and Type | Interface and Description |
---|---|
static interface |
EditRatingPresenter.MyView |
Modifier and Type | Class and Description |
---|---|
class |
EditRatingView |
Modifier and Type | Class and Description |
---|---|
class |
PopupViewImpl
A simple implementation of
PopupView that can be used when the widget
returned by ViewImpl.asWidget() inherits from PopupPanel . |
class |
PopupViewWithUiHandlers<C extends UiHandlers>
Base class for a
PopupView that implements the HasUiHandlers
interface. |
Modifier and Type | Method and Description |
---|---|
void |
PresenterWidget.addToPopupSlot(PresenterWidget<? extends PopupView> child) |
void |
HasPopupSlot.addToPopupSlot(PresenterWidget<? extends PopupView> child)
This method sets some popup content within the
Presenter and
centers it. |
void |
PresenterWidget.addToPopupSlot(PresenterWidget<? extends PopupView> child,
boolean center) |
void |
HasPopupSlot.addToPopupSlot(PresenterWidget<? extends PopupView> child,
boolean center)
This method sets some popup content within the
Presenter . |
void |
PresenterWidget.removeFromPopupSlot(PresenterWidget<? extends PopupView> child) |
void |
HasPopupSlot.removeFromPopupSlot(PresenterWidget<? extends PopupView> child)
This method removes popup content within the
Presenter . |
Modifier and Type | Method and Description |
---|---|
PresenterWidget<? extends PopupView> |
RevealRootPopupContentEvent.getContent() |
Modifier and Type | Method and Description |
---|---|
static void |
RevealRootPopupContentEvent.fire(HasHandlers source,
PresenterWidget<? extends PopupView> content)
Fires a
RevealRootPopupContentEvent into a source that has access
to an EventBus . |
static void |
RevealRootPopupContentEvent.fire(HasHandlers source,
PresenterWidget<? extends PopupView> content,
boolean center)
Fires a
RevealRootPopupContentEvent into a source that has access
to an EventBus . |
Constructor and Description |
---|
RevealRootPopupContentEvent(PresenterWidget<? extends PopupView> content) |
RevealRootPopupContentEvent(PresenterWidget<? extends PopupView> content,
boolean center) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.