Package io.jmix.ui.component
Interface SupportsColumnsCount
- All Known Subinterfaces:
Filter,GroupFilter
- All Known Implementing Classes:
FilterImpl,GroupFilterImpl
public interface SupportsColumnsCount
Interface to be implemented by a component that supports different values of the number of columns
that will be displayed in one row.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the number of columns to be displayed on one row.voidsetColumnsCount(int columnsCount) Sets the number of columns to be displayed on one row.
-
Method Details
-
getColumnsCount
int getColumnsCount()Returns the number of columns to be displayed on one row.- Returns:
- the number of columns to be displayed on one row
-
setColumnsCount
Sets the number of columns to be displayed on one row.- Parameters:
columnsCount- the number of columns to be displayed on one row
-