Uses of Class
net.mlw.vlh.web.tag.TableInfo

Packages that use TableInfo
net.mlw.vlh.web.tag This package contains tag libs to display a ValueList in a web environment. 
net.mlw.vlh.web.tag.support This package contains classes to support the rendering of the valuelist in a web environment. 
 

Uses of TableInfo in net.mlw.vlh.web.tag
 

Fields in net.mlw.vlh.web.tag declared as TableInfo
protected  TableInfo ValueListSpaceTag.tableInfo
           
 

Methods in net.mlw.vlh.web.tag that return TableInfo
 TableInfo ValueListSpaceTag.getTableInfo()
           
protected  TableInfo DefaultPagingTag.getTableInfo()
           
 

Methods in net.mlw.vlh.web.tag with parameters of type TableInfo
protected  void DefaultRowTag.renderHeaderRow(StringBuffer sb, List columns, TableInfo tableInfo, ValueListInfo vlInfo, Map parameters)
          Renders header row.
protected  void DefaultRowTag.renderHeaderCell(StringBuffer sb, ColumnInfo columnInfo, TableInfo tableInfo, ValueListInfo vlInfo, Map parameters)
          Renders header cell.
protected  void DefaultRowTag.renderNestedHeader(StringBuffer sb, ColumnInfo columnInfo, TableInfo tableInfo, ValueListInfo vlInfo, Map parameters)
           
 

Uses of TableInfo in net.mlw.vlh.web.tag.support
 

Methods in net.mlw.vlh.web.tag.support with parameters of type TableInfo
 String HtmlDisplayProvider.getHeaderLabel(ColumnInfo columnInfo, TableInfo tableInfo, ValueListInfo info, Map includeParameters)
          Formats the text to be displayed as the header by wraping it in a link if sorting is enabled.
protected  void HtmlDisplayProvider.renderHeaderLabelLink(StringBuffer sb, ColumnInfo columnInfo, TableInfo tableInfo, ValueListInfo info, Map parameters)
          Renders a link as a header of the column if the sorting is enabled.
 String HtmlCssDisplayProvider.getHeaderLabel(ColumnInfo columnInfo, TableInfo tableInfo, ValueListInfo info, Map includeParameters)
          Formats the text to be displayed as the header by waraping it in a link if sorting is enabled.
protected  void HtmlCssDisplayProvider.renderHeaderLabelLink(StringBuffer sb, ColumnInfo columnInfo, TableInfo tableInfo, ValueListInfo info, Map parameters)
          Renders a link as a header of the column if the sorting is enabled.
 String ExcelDisplayProvider.getHeaderLabel(ColumnInfo columnInfo, TableInfo tableInfo, ValueListInfo info, Map includeParameters)
           
 String DisplayProvider.getHeaderLabel(ColumnInfo columnInfo, TableInfo tableInfo, ValueListInfo info, Map includeParameters)
          Formats the text to be displayed as the header by waraping it in a link if sorting is enabled.
 String CsvDisplayProvider.getHeaderLabel(ColumnInfo columnInfo, TableInfo tableInfo, ValueListInfo info, Map includeParameters)
           
 



Copyright © 2003-2006 mlavilson. All Rights Reserved.