Class ManagementOperationsPresenter
- java.lang.Object
-
- com.gwtplatform.mvp.client.HandlerContainerImpl
-
- com.gwtplatform.mvp.client.PresenterWidget<V>
-
- com.gwtplatform.mvp.client.Presenter<V,Proxy_>
-
- org.jboss.hal.core.mvp.HalPresenter<V,Proxy_>
-
- org.jboss.hal.core.mvp.ApplicationPresenter<V,Proxy_>
-
- org.jboss.hal.core.mvp.ApplicationFinderPresenter<ManagementOperationsPresenter.MyView,ManagementOperationsPresenter.MyProxy>
-
- org.jboss.hal.client.runtime.managementoperations.ManagementOperationsPresenter
-
- All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.HandlerContainer,com.gwtplatform.mvp.client.HasPopupSlot,com.gwtplatform.mvp.client.HasSlots,Iterable<elemental2.dom.HTMLElement>,org.jboss.elemento.IsElement,HasFinderPath,Refreshable,SupportsExternalMode
public class ManagementOperationsPresenter extends ApplicationFinderPresenter<ManagementOperationsPresenter.MyView,ManagementOperationsPresenter.MyProxy>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceManagementOperationsPresenter.MyProxystatic interfaceManagementOperationsPresenter.MyView
-
Field Summary
Fields Modifier and Type Field Description static StringMANAGEMENT_OPERATIONS_ADDRESS
-
Constructor Summary
Constructors Constructor 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, javax.inject.Provider<Progress> progress, Resources resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel(org.jboss.hal.client.runtime.managementoperations.ManagementOperations item)FinderPathfinderPath()Application presenters need to provide information about their path in the finder.StatementContextgetStatementContext()-
Methods inherited from class org.jboss.hal.core.mvp.ApplicationPresenter
isExternal, prepareFromRequest
-
Methods inherited from class org.jboss.hal.core.mvp.HalPresenter
element, iterator
-
Methods inherited from class com.gwtplatform.mvp.client.Presenter
bind, forceReveal, getProxy, unbind, useManualReveal
-
Methods inherited from class com.gwtplatform.mvp.client.PresenterWidget
addToPopupSlot, addToPopupSlot, addToSlot, addToSlot, asWidget, clearSlot, clearSlot, equals, fireEvent, fireEvent, getChild, getChildren, getChildren, getView, hashCode, isVisible, removeFromParentSlot, removeFromPopupSlot, removeFromSlot, removeFromSlot, setInSlot, setInSlot, setInSlot, setInSlot
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
MANAGEMENT_OPERATIONS_ADDRESS
public static final String MANAGEMENT_OPERATIONS_ADDRESS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ManagementOperationsPresenter
@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, @Footer javax.inject.Provider<Progress> progress, Resources resources)
-
-
Method Detail
-
finderPath
public FinderPath finderPath()
Description copied from interface:HasFinderPathApplication presenters need to provide information about their path in the finder. Normally this path is updated automatically when navigating in the finder. However since application presenters can also be revealed using the breadcrumb dropdown or by entering the URL directly this information is crucial to restore the path in the finder context.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
nullthe path in the finder context is not touched.
-
getStatementContext
public StatementContext getStatementContext()
-
cancel
public void cancel(org.jboss.hal.client.runtime.managementoperations.ManagementOperations item)
-
-