Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-2243

Reimplement paginator for sheet

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • None
    • 5.x
    • None
    • None

    Description

      Currently the paging is coded in the SheetRenderer and can be customized by some attribute:

      • showDirectLinks
      • showPageRange
      • showRowRange e.g. left|right|center|none
      • directLinkCount
      • showPagingAlways

      This is useful but has limited flexibility.

      A new implementation may use these new components:

      • showRowRange replaced by
        <tc:paginatorRow 
            alwaysVisible=false|true 
            readonly=false|true />
        
      • showPageRange replaced by
        <tc:paginatorNumber 
            alwaysVisible=false|true  
            arrows=false|true 
            readonly=false|true />
        
      • showDirectLinks replaced by
        <tc:paginatorList 
            max=9 
            alwaysVisible=false|true 
            arrows=false|true />
        

        to customize the paginator attributes and the layout on the page.

      Attachments

        Activity

          People

            lofwyr Udo Schnurpfeil
            lofwyr Udo Schnurpfeil
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: