public interface HasRowsCount
RowsCount
component.Modifier and Type | Method and Description |
---|---|
RowsCount |
getRowsCount() |
void |
setRowsCount(RowsCount rowsCount) |
default void |
setRowsCountTotalCountDelegate(java.util.function.Function<io.jmix.core.DataLoadContext,java.lang.Long> delegate)
Sets RowsCount delegate which is used to get the total number of rows when user clicks "total count" or "last page".
|
@Nullable RowsCount getRowsCount()
void setRowsCount(@Nullable RowsCount rowsCount)
default void setRowsCountTotalCountDelegate(java.util.function.Function<io.jmix.core.DataLoadContext,java.lang.Long> delegate)