public static class CalendarEntryWeekTable.Model extends DefaultTableModel
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_DAY1 |
static int |
COLUMN_DAY2 |
static int |
COLUMN_DAY3 |
static int |
COLUMN_DAY4 |
static int |
COLUMN_DAY5 |
static int |
COLUMN_DAY6 |
static int |
COLUMN_DAY7 |
static int |
COLUMN_TIME |
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
CalendarEntryWeekTable.Model() |
Modifier and Type | Method and Description |
---|---|
void |
addCalendarEntries(DbCalendarEntry[] entries) |
void |
clear(Date date) |
Class |
getColumnClass(int col) |
String |
getColumnName(int col) |
boolean |
isCellEditable(int row,
int column) |
boolean |
isFullView() |
boolean |
isWorktimeView() |
void |
setView(CalendarEntryWeekTable.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, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public static final int COLUMN_TIME
public static final int COLUMN_DAY1
public static final int COLUMN_DAY2
public static final int COLUMN_DAY3
public static final int COLUMN_DAY4
public static final int COLUMN_DAY5
public static final int COLUMN_DAY6
public static final int COLUMN_DAY7
public void addCalendarEntries(DbCalendarEntry[] entries)
public final void clear(Date date)
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 boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class DefaultTableModel
public boolean isFullView()
public boolean isWorktimeView()
public void setView(CalendarEntryWeekTable.View view)
Copyright © 2015 OpenEstate. All rights reserved.