Class SimplePaginationSettings
java.lang.Object
io.jmix.flowui.facet.settings.component.SimplePaginationSettings
- All Implemented Interfaces:
Settings
Represents settings for a simple pagination component, allowing configuration of pagination properties
such as identifying the settings and defining the number of items per page.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringgetId()@Nullable IntegerReturns the value that specifies the number of items per page in the pagination settings.voidSets an id of settings.voidsetItemsPerPageValue(@Nullable Integer itemsPerPageValue) Sets the value for the number of items displayed per page in the pagination settings.
-
Field Details
-
id
-
itemsPerPageValue
-
-
Constructor Details
-
SimplePaginationSettings
public SimplePaginationSettings()
-
-
Method Details
-
getId
-
setId
Description copied from interface:SettingsSets an id of settings. -
getItemsPerPageValue
Returns the value that specifies the number of items per page in the pagination settings.- Returns:
- the number of items per page, or
nullif not specified
-
setItemsPerPageValue
Sets the value for the number of items displayed per page in the pagination settings.- Parameters:
itemsPerPageValue- the number of items to display per page; may benullif this setting is not specified
-