public static interface ACLPopupPresenter.MyView
extends com.gwtplatform.mvp.client.PopupView
| Modifier and Type | Method and Description |
|---|---|
void |
display()
Displays the view.
|
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.
|
center, hide, setAutoHideOnNavigationEventEnabled, setCloseHandler, setPopupPositioner, setPosition, show, showAndRepositionvoid setPresenter(ACLPopupPresenter presenter)
presenter - Presenter.void setFilter(java.lang.String resourceType,
java.lang.String account,
java.lang.String filter,
java.lang.String name)
resourceType - Resource type.account - Account id.filter - Filter regular expression.name - Resource instance name.void display()