Uses of Class
org.jaffa.presentation.portlet.widgets.model.TableModel

Packages that use TableModel
org.jaffa.presentation.portlet.widgets.controller   
org.jaffa.util   
 

Uses of TableModel in org.jaffa.presentation.portlet.widgets.controller
 

Methods in org.jaffa.presentation.portlet.widgets.controller with parameters of type TableModel
static void TableController.updateModel(String value, TableModel model)
          Updates the model with the input value.
 

Uses of TableModel in org.jaffa.util
 

Methods in org.jaffa.util with parameters of type TableModel
static void EmailHelper.emailExcel(String smtpHost, String smtpLocalhost, String smtpUser, String smtpPass, String from, String[] to, String subject, String bodyText, TableModel excelData)
          Sends an email with an Excel spreadsheet as an attachment
 



Copyright © 2002-2004 JAFFA Project.