Interface MultiGridView<T extends org.jbpm.workbench.common.model.GenericSummary,V>
-
- All Superinterfaces:
org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<V>,com.google.gwt.user.client.ui.IsWidget,ListView<T,V>,org.uberfire.client.mvp.UberView<V>
- All Known Implementing Classes:
AbstractMultiGridView
public interface MultiGridView<T extends org.jbpm.workbench.common.model.GenericSummary,V> extends ListView<T,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> voidaddActiveFilter(ActiveFilterItem<T> filter)StringgetSortColumn()BooleanisSortAscending()voidloadListTable(String key, Consumer<ListTable<T>> callback)<T> voidremoveActiveFilter(ActiveFilterItem<T> filter)voidremoveAllActiveFilters()voidsetSaveFilterCallback(BiConsumer<String,Consumer<String>> filterNameCallback)-
Methods inherited from interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
hideBusyIndicator, showBusyIndicator
-
Methods inherited from interface org.jbpm.workbench.common.client.list.ListView
clearBlockingError, displayBlockingError, displayNotification, getListGrid
-
-
-
-
Method Detail
-
addActiveFilter
<T> void addActiveFilter(ActiveFilterItem<T> filter)
-
removeActiveFilter
<T> void removeActiveFilter(ActiveFilterItem<T> filter)
-
removeAllActiveFilters
void removeAllActiveFilters()
-
setSaveFilterCallback
void setSaveFilterCallback(BiConsumer<String,Consumer<String>> filterNameCallback)
-
getSortColumn
String getSortColumn()
-
isSortAscending
Boolean isSortAscending()
-
-