| Interface | Description |
|---|---|
| AboutDialogView.Binder |
GWT UI Creator
|
| BaseUiHandlers |
BaseUiHandlers defines common methods available for views.
|
| BulkAuthModeUpdateView.Binder |
GWT UI creator
|
| HomePresenter.MyProxy |
The presenter's proxy.
|
| HomePresenter.MyView |
Presenter's view.
|
| HomeUiHandlers |
HomeUiHandlers defines common methods available for views.
|
| HomeView.Binder |
GWT binder.
|
| MenuPresenter.MyView |
Presenter's view.
|
| MenuService |
Menu UI service.
|
| MenuSetupCallback |
Menu setup callback interface.
|
| MenuView.Binder |
GWT binder.
|
| ViewStateMachine |
ViewStateMachine defines methods to change view's states.
|
| ViewStateMachine.State |
Defines a get current state method
|
| ViewStateMachine.TransitionState |
Defines a get current transition state method
|
| Class | Description |
|---|---|
| AboutDialogView |
AboutDialogView represents a custom about dialog to show the application details.
|
| AsyncAction<I,R> |
AsyncAction is an abstract asynchronous call back action that can chain the next dependent
asynchronous call back or consumer.
|
| BasePresenter<V extends com.gwtplatform.mvp.client.View,Proxy_ extends com.gwtplatform.mvp.client.proxy.Proxy<?>> |
BasePresenter implements common business methods available for views.
|
| BaseViewWithUiHandlers<C extends com.gwtplatform.mvp.client.UiHandlers> |
BaseViewWithUiHandlers represents a view that can share its controller with its child dialogs.
|
| BulkAuthModeUpdateView |
BulkAuthModeUpdateView represents a custom accounts update dialog to modify all target accounts
in a batch mode.
|
| HomeModule |
HomeModule setups all business modules available via the main menu.
|
| HomePresenter |
Home presenter.
|
| HomeView |
Home view.
|
| MenuDef |
The class represents single menu item of the application main menu.
|
| MenuPresenter |
Menu presenter.
|
| MenuView |
Menu view.
|
| PresenterWithStateMachine<V extends com.gwtplatform.mvp.client.View,Proxy_ extends com.gwtplatform.mvp.client.proxy.Proxy<?>> |
PresenterWithStateMachine is a base controller that implements change and restore view's states
methods.
|
| ViewStateMachineImpl |
ViewStateMachineImpl implements methods to change view's states.
|
| Enum | Description |
|---|---|
| StandardMenu |
The enum defines all the standard menu items of the application's main menu.
|