public class ACLPopupView extends com.gwtplatform.mvp.client.PopupViewImpl implements ACLPopupPresenter.MyView
| Modifier and Type | Class and Description |
|---|---|
(package private) static interface |
ACLPopupView.Binder
GWT binder.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) com.google.gwt.user.client.ui.SimplePanel |
aclPanel
ACL panel
|
(package private) ACLWidget |
aclWidget
ACL widget
|
(package private) org.gwtbootstrap3.client.ui.Button |
bBack
Back button
|
private ACLPopupPresenter |
presenter
ACL popup presenter
|
| Constructor and Description |
|---|
ACLPopupView(ACLPopupView.Binder binder,
com.google.web.bindery.event.shared.EventBus eventBus,
ACLWidget aclWidget)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
display()
Displays the view.
|
void |
onBackClick(com.google.gwt.event.dom.client.ClickEvent event)
Click handler.
|
void |
setFilter(java.lang.String resourceType,
java.lang.String account,
java.lang.String filter,
java.lang.String name)
Sets ACL filter.
|
void |
setPresenter(ACLPopupPresenter presenter)
Sets the related presenter.
|
asPopupPanel, center, hide, onReposition, repositionOnWindowResize, setAutoHideOnNavigationEventEnabled, setCloseHandler, setPopupPositioner, setPosition, show, showAndRepositionaddToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcenter, hide, setAutoHideOnNavigationEventEnabled, setCloseHandler, setPopupPositioner, setPosition, show, showAndReposition@UiField com.google.gwt.user.client.ui.SimplePanel aclPanel
@UiField org.gwtbootstrap3.client.ui.Button bBack
ACLWidget aclWidget
private ACLPopupPresenter presenter
@Inject ACLPopupView(ACLPopupView.Binder binder, com.google.web.bindery.event.shared.EventBus eventBus, ACLWidget aclWidget)
binder - GWT binder.eventBus - The event busaclWidget - The ACL widget@UiHandler(value="bBack") public void onBackClick(com.google.gwt.event.dom.client.ClickEvent event)
event - Event.public void setPresenter(ACLPopupPresenter presenter)
setPresenter in interface ACLPopupPresenter.MyViewpresenter - Presenter.public void setFilter(java.lang.String resourceType,
java.lang.String account,
java.lang.String filter,
java.lang.String name)
setFilter in interface ACLPopupPresenter.MyViewresourceType - Resource type.account - Account id.filter - Filter regular expression.name - Resource instance name.public void display()
display in interface ACLPopupPresenter.MyView