Uses of Class
com.jaxfront.core.xui.TableInfo

Packages that use TableInfo
com.jaxfront.core.ui   
com.jaxfront.core.ui.tableModel   
com.jaxfront.core.xui   
 

Uses of TableInfo in com.jaxfront.core.ui
 

Methods in com.jaxfront.core.ui that return TableInfo
 TableInfo FlipOrientationTableModel.getTableInfo()
          Accessor to the table info.
 

Uses of TableInfo in com.jaxfront.core.ui.tableModel
 

Methods in com.jaxfront.core.ui.tableModel that return TableInfo
 TableInfo ListTypeTableModel.getTableInfo()
          Accessor to the table info.
 

Uses of TableInfo in com.jaxfront.core.xui
 

Methods in com.jaxfront.core.xui that return TableInfo
 TableInfo TableInfo.copy(Type type)
           
 TableInfo SearchResult.getTableInfo()
          Gets a table info that contains information for the result table.
 TableInfo AbstractXUIElement.getTableInfo()
          Returns the list header information.
 TableInfo AbstractXUIElement.getTableInfoPDF()
           
 

Constructors in com.jaxfront.core.xui with parameters of type TableInfo
SearchResult(TableInfo tableInfo)
          SearchResult constructor.