java.lang.Object
io.jmix.flowui.facet.settings.component.SimplePaginationSettings
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.flowui.facet.settings.Settings
as
-
Field Details
-
-
itemsPerPageValue
protected Integer itemsPerPageValue
-
Constructor Details
-
SimplePaginationSettings
public SimplePaginationSettings()
-
Method Details
-
getId
@Nullable
public String getId()
- Specified by:
getId
in interface Settings
- Returns:
- id of settings or
null
if not set
-
setId
public void setId(@Nullable
String id)
Description copied from interface: Settings
Sets an id of settings.
- Specified by:
setId
in interface Settings
- Parameters:
id
- id to set
-
getItemsPerPageValue
@Nullable
public Integer getItemsPerPageValue()
-
setItemsPerPageValue
public void setItemsPerPageValue(@Nullable
Integer itemsPerPageValue)