Interface Functionality

All Known Implementing Classes:
BookmarksFunktionality, BrowseFunctionality, QueryListFunctionality, SearchFunctionality, TocFunctionality, TrivialFunctionality

public interface Functionality
Marker interface for CMS component functionality objects that are aware of a current page number. Implementors expose a settable and gettable page-number property used to drive paginated CMS content components.
Author:
Florian Alpers
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getPageNo.
    void
    setPageNo(int pageNo)
    setPageNo.
  • Method Details

    • setPageNo

      void setPageNo(int pageNo)
      setPageNo.
      Parameters:
      pageNo - a int.
    • getPageNo

      int getPageNo()
      getPageNo.
      Returns:
      a int.