public static class CalendarEntryDayTable.Model extends DefaultTableModel
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_ENTRY |
static int |
COLUMN_TIME |
columnIdentifiers, dataVectorlistenerList| Constructor and Description |
|---|
CalendarEntryDayTable.Model() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCalendarEntry(DbCalendarEntry entry) |
void |
addEmptyEntry() |
void |
clear(Date date) |
Class |
getColumnClass(int col) |
String |
getColumnName(int col) |
boolean |
isCellEditable(int row,
int column) |
boolean |
isFullView() |
boolean |
isWorktimeView() |
void |
setView(CalendarEntryDayTable.View view) |
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, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic static final int COLUMN_TIME
public static final int COLUMN_ENTRY
public void addEmptyEntry()
public void addCalendarEntry(DbCalendarEntry entry)
public final void clear(Date date)
public Class getColumnClass(int col)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class DefaultTableModelpublic boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class DefaultTableModelpublic boolean isFullView()
public boolean isWorktimeView()
public void setView(CalendarEntryDayTable.View view)
Copyright © 2015 OpenEstate. All rights reserved.