Package io.jmix.ui.settings.component
Class AbstractPaginationSettings
java.lang.Object
io.jmix.ui.settings.component.AbstractPaginationSettings
- All Implemented Interfaces:
ComponentSettings
- Direct Known Subclasses:
PaginationSettings,SimplePaginationSettings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidvoidsetIsItemsPerPageUnlimitedOption(Boolean isItemsPerPageUnlimitedOption) Sets whether settings contain null option value or not.voidsetItemsPerPageValue(Integer itemsPerPageValue)
-
Field Details
-
id
-
itemsPerPageValue
-
isItemsPerPageUnlimitedOption
-
-
Constructor Details
-
AbstractPaginationSettings
public AbstractPaginationSettings()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceComponentSettings
-
setId
- Specified by:
setIdin interfaceComponentSettings
-
getItemsPerPageValue
-
setItemsPerPageValue
-
getIsItemsPerPageUnlimitedOption
- Returns:
trueif settings contain unlimited (null) option value or not
-
setIsItemsPerPageUnlimitedOption
Sets whether settings contain null option value or not.- Parameters:
isItemsPerPageUnlimitedOption- items per page unlimited option
-