| Interface | Description |
|---|---|
| FinderView | |
| HalView |
Adapter between GWTPs views which are based on widgets and HAL views which are based on elements.
|
| HasFinderPath | |
| HasPresenter<P> |
Interface meant to be implemented by views which need a reference to their presenter.
|
| Slots | |
| SupportsExpertMode |
Interface meant to be implemented by presenters which support switching to an 'expert mode' using the model browser
w/
SupportsExpertMode.resourceAddress() as root address. |
| SupportsExternalMode |
Tagging interface meant to be implemented by presenters which can be opened in an external browser window / tab.
|
| TopLevelCategory |
| Class | Description |
|---|---|
| ApplicationFinderPresenter<V extends HalView,Proxy_ extends com.gwtplatform.mvp.client.proxy.ProxyPlace<?>> |
Base class for all application presenters which interact with the finder.
|
| ApplicationPresenter<V extends HalView,Proxy_ extends com.gwtplatform.mvp.client.proxy.ProxyPlace<?>> |
Base presenter for all kind of application presenters.
|
| FinderPresenter<V extends FinderView,Proxy_ extends com.gwtplatform.mvp.client.proxy.ProxyPlace<?>> |
A presenter which contains a finder.
|
| FinderViewImpl | |
| HalPlaceManager |
Custom place manager for HAL.
|
| HalViewImpl |
View which initializes JavaScript based PatternFly components like select picker, tooltips or data tables in its
HalViewImpl.attach() method. |
| Places |
Factory methods for place requests.
|
| TopLevelPresenter<V extends HalView,Proxy_ extends com.gwtplatform.mvp.client.proxy.ProxyPlace<?>> |
Presenter for a top level category such as 'Homepage', 'Configuration' or 'Runtime'.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.