public class ManagementOperationsPresenter extends ApplicationFinderPresenter<ManagementOperationsPresenter.MyView,ManagementOperationsPresenter.MyProxy>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ManagementOperationsPresenter.MyProxy |
static interface |
ManagementOperationsPresenter.MyView |
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVE_OPERATIONS_ADDRESS |
static AddressTemplate |
ACTIVE_OPERATIONS_TEMPLATE |
static String |
MANAGEMENT_OPERATIONS_ADDRESS |
static AddressTemplate |
MANAGEMENT_OPERATIONS_TEMPLATE |
| Constructor and Description |
|---|
ManagementOperationsPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
ManagementOperationsPresenter.MyView view,
ManagementOperationsPresenter.MyProxy myProxy,
Finder finder,
Environment environment,
FinderPathFactory finderPathFactory,
Dispatcher dispatcher,
StatementContext statementContext,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
asElement() |
Iterable<elemental2.dom.HTMLElement> |
asElements() |
void |
cancel(org.jboss.hal.client.runtime.managementoperations.ManagementOperations item) |
FinderPath |
finderPath()
Application presenters need to provide information about their path in the finder.
|
StatementContext |
getStatementContext() |
protected void |
onBind() |
protected void |
onHide() |
protected void |
reload()
Override this method to
load the data from the backend and
update the view
It's called as part of the
ApplicationFinderPresenter.onReset() method. |
onResetheaderMode, isExternal, onReveal, prepareFromRequestbind, forceReveal, getProxy, getRevealType, getSlot, revealInParent, setRevealType, setSlot, unbind, useManualRevealaddHandler, addRegisteredHandler, addToPopupSlot, addToPopupSlot, addToSlot, addToSlot, addVisibleHandler, asWidget, clearSlot, clearSlot, equals, fireEvent, fireEvent, getChild, getChildren, getChildren, getEventBus, getView, hashCode, isVisible, registerVisibleHandler, removeFromParentSlot, removeFromPopupSlot, removeFromSlot, removeFromSlot, setInSlot, setInSlot, setInSlot, setInSlotpublic static final String MANAGEMENT_OPERATIONS_ADDRESS
public static final String ACTIVE_OPERATIONS_ADDRESS
public static final AddressTemplate MANAGEMENT_OPERATIONS_TEMPLATE
public static final AddressTemplate ACTIVE_OPERATIONS_TEMPLATE
@Inject
public ManagementOperationsPresenter(com.google.web.bindery.event.shared.EventBus eventBus,
ManagementOperationsPresenter.MyView view,
ManagementOperationsPresenter.MyProxy myProxy,
Finder finder,
Environment environment,
FinderPathFactory finderPathFactory,
Dispatcher dispatcher,
StatementContext statementContext,
Resources resources)
protected void onBind()
onBind in class com.gwtplatform.mvp.client.HandlerContainerImplpublic FinderPath finderPath()
HasFinderPath
Please make sure that the IDs for selected items in the finder path match to the IDs returned by ItemDisplay.getId()
If this method returns null the path in the finder context is not touched.
public StatementContext getStatementContext()
protected void reload()
ApplicationFinderPresenterApplicationFinderPresenter.onReset() method.reload in class ApplicationFinderPresenter<ManagementOperationsPresenter.MyView,ManagementOperationsPresenter.MyProxy>public void cancel(org.jboss.hal.client.runtime.managementoperations.ManagementOperations item)
protected void onHide()
onHide in class com.gwtplatform.mvp.client.PresenterWidget<V extends HalView>public elemental2.dom.HTMLElement asElement()
asElement in interface org.jboss.gwt.elemento.core.IsElementpublic Iterable<elemental2.dom.HTMLElement> asElements()
asElements in interface org.jboss.gwt.elemento.core.HasElementsCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.