@Dependent public class DeploymentUnitsListPresenter extends AbstractScreenListPresenter<KModuleDeploymentUnitSummary>
Modifier and Type | Class and Description |
---|---|
static interface |
DeploymentUnitsListPresenter.DeploymentUnitsListView |
Modifier and Type | Field and Description |
---|---|
protected DeploymentUnitsListPresenter.DeploymentUnitsListView |
view |
identity, place, placeManager
autoRefreshEnabled, autoRefreshSeconds, currentFilter, dataProvider, refreshTimer
Constructor and Description |
---|
DeploymentUnitsListPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
activateOrDeactivate(DeploymentUnitSummary unitSummary,
boolean activate) |
void |
getData(com.google.gwt.view.client.Range visibleRange) |
protected AbstractListView.ListView |
getListView() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<DeploymentUnitsListPresenter> |
getView() |
void |
undeployUnit(String id,
String group,
String artifact,
String version,
String kbaseName,
String kieSessionName) |
onFocus, onOpen, onStartup
addDataDisplay, getDataProvider, initDataProvider, onSearchEvent, refreshGrid, updateDataOnCallback, updateRefreshTimer
@Inject protected DeploymentUnitsListPresenter.DeploymentUnitsListView view
public void getData(com.google.gwt.view.client.Range visibleRange)
getData
in class AbstractListPresenter<KModuleDeploymentUnitSummary>
protected AbstractListView.ListView getListView()
getListView
in class AbstractListPresenter<KModuleDeploymentUnitSummary>
public void undeployUnit(String id, String group, String artifact, String version, String kbaseName, String kieSessionName)
public void activateOrDeactivate(DeploymentUnitSummary unitSummary, boolean activate)
public org.uberfire.client.mvp.UberView<DeploymentUnitsListPresenter> getView()
public String getTitle()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.