Class WADataPaginatorHeader


  • public class WADataPaginatorHeader
    extends Object
    The WADataPaginatorHeader is used by presentation components such as the ViewGenerator to help them manage their user interface. The hold all information that are needed by the rendering object to present table headers, namely:
  • Flags to help sorting data
  • Default sork jey
  • Routing address, that is, script code to which the column headers of data displayed are bound to

    This object is actually a collection of WADataPaginatorHeader.FieldDescriptor objects. One thus first creates an empty WADataPaginatorHeader, and then call the addField(java.lang.String, java.lang.String, int, java.lang.String) method as many times as there are columns to display.
    The rendering process, on the other hand, will get this list of fields back, and will, depending on the flags returned by the #getFlags() routine, output the header information of each field.

Version:
1.0
Author:
jpouyadou