@Dependent public class DataSetTasksListGridPresenter extends AbstractScreenListPresenter<TaskSummary>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSetTasksListGridPresenter.DataSetTaskListView |
| Modifier and Type | Field and Description |
|---|---|
com.github.gwtbootstrap.client.ui.Button |
menuActionsButton |
com.github.gwtbootstrap.client.ui.Button |
menuRefreshButton |
com.github.gwtbootstrap.client.ui.Button |
menuResetTabsButton |
identity, place, placeManagerautoRefreshEnabled, autoRefreshSeconds, currentFilter, dataProvider, refreshTimer, textSearchStr| Constructor and Description |
|---|
DataSetTasksListGridPresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
claimTask(Long taskId,
String userId,
String deploymentId) |
void |
createRefreshToggleButton(com.github.gwtbootstrap.client.ui.Button refreshIntervalSelector) |
void |
filterGrid(FilterSettings tableSettings) |
void |
getData(com.google.gwt.view.client.Range visibleRange) |
protected AbstractListView.ListView |
getListView() |
org.uberfire.workbench.model.menu.Menus |
getMenus() |
String |
getTitle() |
org.uberfire.client.mvp.UberView<DataSetTasksListGridPresenter> |
getView() |
protected void |
onSearchEvent(SearchEvent searchEvent) |
void |
releaseTask(Long taskId,
String userId) |
void |
setupButtons() |
onFocus, onOpen, onStartupaddDataDisplay, getAutoRefreshSeconds, getDataProvider, initDataProvider, refreshGrid, setAutoRefreshSeconds, updateDataOnCallback, updateRefreshInterval, updateRefreshTimerpublic com.github.gwtbootstrap.client.ui.Button menuActionsButton
public com.github.gwtbootstrap.client.ui.Button menuRefreshButton
public com.github.gwtbootstrap.client.ui.Button menuResetTabsButton
protected AbstractListView.ListView getListView()
getListView in class AbstractListPresenter<TaskSummary>public void getData(com.google.gwt.view.client.Range visibleRange)
getData in class AbstractListPresenter<TaskSummary>public void filterGrid(FilterSettings tableSettings)
public String getTitle()
public org.uberfire.client.mvp.UberView<DataSetTasksListGridPresenter> getView()
public org.uberfire.workbench.model.menu.Menus getMenus()
public void setupButtons()
public void createRefreshToggleButton(com.github.gwtbootstrap.client.ui.Button refreshIntervalSelector)
protected void onSearchEvent(@Observes
SearchEvent searchEvent)
onSearchEvent in class AbstractListPresenter<TaskSummary>Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.