public class ACLPopupPresenter extends com.gwtplatform.mvp.client.PresenterWidget<ACLPopupPresenter.MyView>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ACLPopupPresenter.MyView
The presenter's view.
|
| Constructor and Description |
|---|
ACLPopupPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
ACLPopupPresenter.MyView view)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onBack()
Called when back is triggered in the view.
|
void |
setFilter(java.lang.String resourceType,
java.lang.String account,
java.lang.String filter,
java.lang.String name)
Sets ACL filter.
|
void |
show()
Shows the view.
|
addHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, clearSlot, equals, fireEvent, fireEvent, getChild, getChildren, getChildren, getEventBus, getView, hashCode, isVisible, onHide, onReset, onReveal, registerVisibleHandler, removeFromParentSlot, removeFromPopupSlot, removeFromSlot, removeFromSlot, setInSlot, setInSlot, setInSlot, setInSlot@Inject
ACLPopupPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
ACLPopupPresenter.MyView view)
eventBus - Event bus reference.view - Presenter's view.public 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.public void show()
public void onBack()