Class WorkListItemTableModel
- java.lang.Object
-
- javax.swing.table.AbstractTableModel
-
- com.jgoodies.binding.adapter.AbstractTableAdapter<WorkItemModel>
-
- org.bidib.wizard.mvc.worklist.model.WorkListItemTableModel
-
- All Implemented Interfaces:
com.jgoodies.binding.adapter.ListModelBindable,Serializable,TableModel
public class WorkListItemTableModel extends com.jgoodies.binding.adapter.AbstractTableAdapter<WorkItemModel>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLUMN_ACTIONstatic intCOLUMN_COMPONENTstatic intCOLUMN_DESCRIPTION-
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
-
Constructor Summary
Constructors Constructor Description WorkListItemTableModel(com.jgoodies.binding.list.SelectionInList<WorkItemModel> workItemSelection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetValueAt(int rowIndex, int columnIndex)-
Methods inherited from class com.jgoodies.binding.adapter.AbstractTableAdapter
createChangeHandler, getColumnCount, getColumnName, getListModel, getRow, getRowCount, setListModel
-
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
-
-
-
-
Field Detail
-
COLUMN_COMPONENT
public static final int COLUMN_COMPONENT
- See Also:
- Constant Field Values
-
COLUMN_DESCRIPTION
public static final int COLUMN_DESCRIPTION
- See Also:
- Constant Field Values
-
COLUMN_ACTION
public static final int COLUMN_ACTION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkListItemTableModel
public WorkListItemTableModel(com.jgoodies.binding.list.SelectionInList<WorkItemModel> workItemSelection)
-
-
Method Detail
-
getValueAt
public Object getValueAt(int rowIndex, int columnIndex)
-
-