Uses of Class
net.sourceforge.fixagora.excel.client.model.ExcelImportTableModel.EntryStatus

Packages that use ExcelImportTableModel.EntryStatus
net.sourceforge.fixagora.excel.client.model   
 

Uses of ExcelImportTableModel.EntryStatus in net.sourceforge.fixagora.excel.client.model
 

Methods in net.sourceforge.fixagora.excel.client.model that return ExcelImportTableModel.EntryStatus
 ExcelImportTableModel.EntryStatus ExcelParser.checkColumn(int columnIndex, javax.swing.JTable table)
          Check column.
 ExcelImportTableModel.EntryStatus ExcelImportCell.getEntryStatus()
          Gets the entry status.
 ExcelImportTableModel.EntryStatus ExcelImportTableModel.getUploadStatus(int row)
          Gets the upload status.
static ExcelImportTableModel.EntryStatus ExcelImportTableModel.EntryStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExcelImportTableModel.EntryStatus[] ExcelImportTableModel.EntryStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.fixagora.excel.client.model with parameters of type ExcelImportTableModel.EntryStatus
 void ExcelImportTableModel.setUploadStatus(int row, ExcelImportTableModel.EntryStatus entryStatus)
          Sets the upload status.
 

Constructors in net.sourceforge.fixagora.excel.client.model with parameters of type ExcelImportTableModel.EntryStatus
ExcelImportCell(java.lang.String cellValue, ExcelImportTableModel.EntryStatus entryStatus)
          Instantiates a new excel import cell.