Uses of Class
com.opensymphony.webwork.views.jsp.ui.table.WebTableColumn

Packages that use WebTableColumn
com.opensymphony.webwork.views.jsp.ui.table JSP UI tags for modeling tables. 
 

Uses of WebTableColumn in com.opensymphony.webwork.views.jsp.ui.table
 

Fields in com.opensymphony.webwork.views.jsp.ui.table declared as WebTableColumn
protected  WebTableColumn[] WebTable._columns
           
 

Methods in com.opensymphony.webwork.views.jsp.ui.table that return WebTableColumn
 WebTableColumn WebTable.getColumn(int index)
           
 WebTableColumn[] WebTable.getColumns()
           
 


WebWork Project Page