Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid - setGridComponents

    Is there a GWT Showcase example of the use of ListGrid.setGridComponents(,...)?

    I'm looking to add a customized canvas to a listgrid as in the documentation : "By embedding a Canvas directly in this list you can add arbitrary additional components to the listGrid as members, and have them be displayed alongside the standard automatically generated parts of the ListGrid."


    #2
    There is no sample of this specific API. It's intended to be called with a mixture of Canvas elements and members of the ListGridComponent enum, representing the built-in components.

    So a call with arguments like FILTER_EDITOR, HEADER, customCanvas, BODY, SUMMARY_ROW would place customCanvas between the header and body.

    Comment


      #3
      OK, thanks. It might be useful to present an example of this advanced feature.

      Comment

      Working...
      X