@Dependent public class DeploymentUnitsListPresenter extends AbstractScreenListPresenter<KModuleDeploymentUnitSummary> implements NewDeploymentUnitMenuBuilder.SupportsNewDeploymentUnit
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentUnitsListPresenter.DeploymentUnitsListView |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentUnitsListPresenter.DeploymentUnitsListView |
view |
identity, place, placeManageraddingDefaultFilters, autoRefreshEnabled, autoRefreshSeconds, currentFilter, dataProvider, refreshTimer, textSearchStr| Constructor and Description |
|---|
DeploymentUnitsListPresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateOrDeactivate(DeploymentUnitSummary unitSummary,
boolean activate) |
org.uberfire.workbench.model.menu.Menus |
buildMenu() |
void |
getData(com.google.gwt.view.client.Range visibleRange) |
protected AbstractListView.ListView |
getListView() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<DeploymentUnitsListPresenter> |
getView() |
void |
onNewDeploymentUnit() |
void |
undeployUnit(String id,
String group,
String artifact,
String version,
String kbaseName,
String kieSessionName) |
onFocus, onOpen, onStartupaddDataDisplay, getAutoRefreshSeconds, getDataProvider, getRefreshTimer, getTextSearchStr, initDataProvider, isAddingDefaultFilters, isAutoRefreshEnabled, onClose, onGridPreferencesStoreLoaded, onRefresh, onRestoreDefaultFilters, onSearchEvent, onUpdateRefreshInterval, refreshGrid, setAddingDefaultFilters, setAutoRefreshEnabled, setAutoRefreshSeconds, setRefreshTimer, 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()
public org.uberfire.workbench.model.menu.Menus buildMenu()
public void onNewDeploymentUnit()
onNewDeploymentUnit in interface NewDeploymentUnitMenuBuilder.SupportsNewDeploymentUnitCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.