类 ListTable


public class ListTable extends HTMLUtil

Description: 列表表格,通过ds展现参数值

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Apr 20, 2012
  • 构造器详细资料

    • ListTable

      public ListTable(Datastore ds)
      构造函数
      参数:
      ds - 数据集
    • ListTable

      public ListTable(Datastore ds, Header header)
      构造函数
      参数:
      ds - 数据集
      header - 表头
    • ListTable

      public ListTable(Datastore ds, PageNavigate pageNavigate)
      构造函数
      参数:
      ds - 数据集
      pageNavigate - 导航
    • ListTable

      public ListTable(Datastore ds, Header header, PageNavigate pageNavigate)
      构造函数
      参数:
      ds - 数据集
      header - 表头
      pageNavigate - 导航
  • 方法详细资料

    • reader

      public String reader(String containerId) throws Exception
      生成表格
      参数:
      containerId - String
      返回:
      String
      抛出:
      Exception - Exception