public class ACLView extends com.gwtplatform.mvp.client.ViewImpl implements ACLPresenter.MyView
| Modifier and Type | Class and Description |
|---|---|
(package private) static interface |
ACLView.Binder
GWT binder.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) com.google.gwt.user.client.ui.SimplePanel |
aclPanel |
private ACLWidget |
aclWidget |
| Constructor and Description |
|---|
ACLView(ACLView.Binder binder,
ACLWidget aclWidget)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onNavigation() |
addToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprivate ACLWidget aclWidget
@UiField com.google.gwt.user.client.ui.SimplePanel aclPanel
@Inject ACLView(ACLView.Binder binder, ACLWidget aclWidget)
binder - GWT binder.aclWidget - The ACL widgetpublic void onNavigation()
onNavigation in interface ACLPresenter.MyView