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, dataVectorlistenerList| 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, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic 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 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(CalendarEntryWeekTable.View view)
Copyright © 2015 OpenEstate. All rights reserved.