java.lang.Object
io.jmix.flowui.facet.settings.component.SimplePaginationSettings
 
- 
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface io.jmix.flowui.facet.settings.Settingsas
 
- 
Field Details
- 
- 
itemsPerPageValueprotected Integer itemsPerPageValue 
 
- 
Constructor Details
- 
SimplePaginationSettingspublic SimplePaginationSettings() 
 
- 
Method Details
- 
getId@Nullable
public String getId() 
 
- Specified by:
- getIdin interface- Settings
- Returns:
- id of settings or nullif not set
 
- 
setIdpublic void setId(@Nullable
 String id) Description copied from interface: Settings
 Sets an id of settings. 
- Specified by:
- setIdin interface- Settings
- Parameters:
- id- id to set
 
- 
getItemsPerPageValue@Nullable
public Integer getItemsPerPageValue() 
 
- 
setItemsPerPageValuepublic void setItemsPerPageValue(@Nullable
 Integer itemsPerPageValue)