public interface GWTTableModel extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addTableModelListener(TableModelListener listener) |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
Object |
getValueAt(int col,
int row) |
boolean |
isCellEditable(int col,
int row) |
void |
removeTableModelListener(TableModelListener listener) |
void |
setValueAt(Object value,
int row,
int col) |
int getRowCount()
int getColumnCount()
String getColumnName(int col)
Class<?> getColumnClass(int columnIndex)
boolean isCellEditable(int col,
int row)
Object getValueAt(int col, int row)
void setValueAt(Object value, int row, int col)
void addTableModelListener(TableModelListener listener)
void removeTableModelListener(TableModelListener listener)
Copyright © 2010–2016 CodeLutin. All rights reserved.