public class HomeView extends BaseViewWithUiHandlers<HomeUiHandlers> implements HomePresenter.MyView
| Modifier and Type | Class and Description |
|---|---|
(package private) static interface |
HomeView.Binder
GWT binder.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) com.google.gwt.user.client.ui.SimplePanel |
container
Content panel
|
(package private) com.google.gwt.user.client.ui.SimplePanel |
menu
Menu panel
|
(package private) com.google.gwt.user.client.ui.SimplePanel |
modalPanel
Modal dialog panel
|
logger| Constructor and Description |
|---|
HomeView(HomeView.Binder binder)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.HasWidgets |
getModalParent()
Returns the modal dialog panel.
|
addDialog, onAttach, onDetach, removeModaDialog, setUiHandlers, setupModaDialog, setupModalSlotaddToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@UiField com.google.gwt.user.client.ui.SimplePanel menu
@UiField com.google.gwt.user.client.ui.SimplePanel container
@UiField com.google.gwt.user.client.ui.SimplePanel modalPanel
@Inject HomeView(HomeView.Binder binder)
binder - GWT binder.public com.google.gwt.user.client.ui.HasWidgets getModalParent()
getModalParent in interface HomePresenter.MyView