Class SimplePaginationSettings

java.lang.Object
io.jmix.flowui.facet.settings.component.SimplePaginationSettings
All Implemented Interfaces:
Settings

public class SimplePaginationSettings extends Object implements Settings
  • Field Details

    • id

      protected String id
    • 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)