Package io.mateu.mdd.shared.interfaces
Interface RpcView<F,C>
public interface RpcView<F,C>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidbuildColumns(com.vaadin.ui.Grid<C> grid) default voiddecorateGrid(com.vaadin.ui.Grid<C> grid) intgatherCount(F filters) default Stringdefault booleandefault booleandefault Objectdefault ObjectonNew()default Objectdefault boolean
-
Method Details
-
rpc
List<C> rpc(F filters, List<com.vaadin.data.provider.QuerySortOrder> sortOrders, int offset, int limit) throws Throwable - Throws:
Throwable
-
getSums
-
gatherCount
- Throws:
Throwable
-
decorateGrid
-
getCaption
-
buildColumns
-
isEditHandled
default boolean isEditHandled() -
onEdit
- Throws:
Throwable
-
onNew
- Throws:
Throwable
-
isSelectHandled
default boolean isSelectHandled() -
onSelect
-
getSelectedRows
-
showCheckboxForSelection
default boolean showCheckboxForSelection() -
getSearchFormClass
-
getRowClass
-