public class AccountsModule
extends com.gwtplatform.mvp.client.gin.AbstractPresenterModule
| Constructor and Description |
|---|
AccountsModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure()
Setups this module.
|
(package private) ViewStateMachine |
getStateMachine(CertificatesPresenter.MyView view)
Provides the Certificates view state machine.
|
(package private) ViewStateMachine |
getStateMachine(GroupsPresenter.MyView view)
Provides the Groups view state machine.
|
(package private) ViewStateMachine |
getStateMachine(OsUsersPresenter.MyView view)
Provides the OS Users view state machine.
|
(package private) ViewStateMachine |
getStateMachine(ProcessesPresenter.MyView view)
Provides the Processes view state machine.
|
(package private) ViewStateMachine |
getStateMachine(UsersPresenter.MyView view)
Provides the Users view state machine.
|
bindPresenter, bindPresenter, bindPresenter, bindPresenter, bindPresenterCustomProxy, bindPresenterCustomProxy, bindPresenterCustomProxy, bindPresenterCustomProxy, bindPresenterWidget, bindPresenterWidget, bindPresenterWidgetFactory, bindSharedView, bindSingletonPresenterWidget, bindSingletonPresenterWidgetprotected void configure()
configure in class com.google.gwt.inject.client.AbstractGinModule@Named(value="GroupsViewStateMachine") @Provides ViewStateMachine getStateMachine(GroupsPresenter.MyView view)
view - The Groups view interface.@Named(value="UsersViewStateMachine") @Provides ViewStateMachine getStateMachine(UsersPresenter.MyView view)
view - The Users view interface.@Named(value="OsUsersViewStateMachine") @Provides ViewStateMachine getStateMachine(OsUsersPresenter.MyView view)
view - The OS Users view interface.@Named(value="ProcessesViewStateMachine") @Provides ViewStateMachine getStateMachine(ProcessesPresenter.MyView view)
view - The Processes view interface.@Named(value="CertsViewStateMachine") @Provides ViewStateMachine getStateMachine(CertificatesPresenter.MyView view)
view - The Certificates view interface.