public class VatReportTableModel extends AbstractTableModel implements ServiceListener
| Modifier and Type | Field and Description |
|---|---|
protected List<VatStatementAmounts> |
cacheDataList
data cache
|
protected Date |
selectedBeginDate
selected financial period
|
protected Date |
selectedEndDate |
protected VatStatementService |
vatStatementService
Services.
|
listenerList| Constructor and Description |
|---|
VatReportTableModel() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginDate() |
Class<?> |
getColumnClass(int column) |
int |
getColumnCount() |
String |
getColumnName(int column) |
protected List<VatStatementAmounts> |
getDataList() |
VatStatementAmounts |
getElementAt(int row) |
Date |
getEndDate() |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int row,
int column) |
void |
notifyMethod(String serviceName,
String methodeName) |
void |
refresh() |
void |
setBeginDate(Date date) |
void |
setEndDate(Date date) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAtprotected VatStatementService vatStatementService
protected Date selectedBeginDate
protected Date selectedEndDate
protected List<VatStatementAmounts> cacheDataList
protected List<VatStatementAmounts> getDataList()
public void refresh()
public Class<?> getColumnClass(int column)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic int getRowCount()
getRowCount in interface TableModelpublic int getColumnCount()
getColumnCount in interface TableModelpublic VatStatementAmounts getElementAt(int row)
public Object getValueAt(int row, int column)
getValueAt in interface TableModelpublic void setBeginDate(Date date)
public Date getBeginDate()
public void setEndDate(Date date)
public Date getEndDate()
public boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void notifyMethod(String serviceName, String methodeName)
notifyMethod in interface ServiceListenerCopyright © 2008–2014 CodeLutin. All rights reserved.