public static class CrmMarketingTable.Model extends DefaultTableModel
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_BEGIN |
static int |
COLUMN_END |
static int |
COLUMN_ID |
static int |
COLUMN_INTERVAL |
static int |
COLUMN_OBJECT |
static int |
COLUMN_STATUS |
static int |
COLUMN_TITLE |
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
CrmMarketingTable.Model() |
Modifier and Type | Method and Description |
---|---|
void |
addMarketing(DbCrmMarketing marketing) |
protected Object[] |
buildRow(DbCrmMarketing marketing) |
Class |
getColumnClass(int col) |
String |
getColumnName(int col) |
DbCrmMarketing |
getMarketingAt(int row) |
Long |
getMarketingIdAt(int row) |
DbCrmMarketing.Status |
getMarketingStatusAt(int row) |
boolean |
isCellEditable(int row,
int column) |
void |
setMarketingAt(int row,
DbCrmMarketing marketing) |
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getDataVector, getRowCount, getValueAt, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public static final int COLUMN_OBJECT
public static final int COLUMN_ID
public static final int COLUMN_TITLE
public static final int COLUMN_BEGIN
public static final int COLUMN_END
public static final int COLUMN_INTERVAL
public static final int COLUMN_STATUS
public void addMarketing(DbCrmMarketing marketing)
protected Object[] buildRow(DbCrmMarketing marketing)
public Class getColumnClass(int col)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class DefaultTableModel
public DbCrmMarketing getMarketingAt(int row)
public Long getMarketingIdAt(int row)
public DbCrmMarketing.Status getMarketingStatusAt(int row)
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class DefaultTableModel
public void setMarketingAt(int row, DbCrmMarketing marketing)
Copyright © 2015 OpenEstate. All rights reserved.