Interface PagedCMSContent

All Known Implementing Classes:
CMSAdvancedSearchContent, CMSBrowseContent, CMSRecordListContent, CMSSearchContent

public interface PagedCMSContent
Marks a CMS content type that supports paginated list views, providing access to the current list page number via the owning PersistentCMSComponent and its CMSPage.
  • Method Details

    • getOwningComponent

      PersistentCMSComponent getOwningComponent()
    • getCurrentListPage

      default int getCurrentListPage()