|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.tableview.TableColumnModelEvent
public class TableColumnModelEvent
TableColumnModelEvent is used to notify listeners that a TableColumnModel has changed. A column can be added, removed, or moved.
TableColumnModelListener
,
Serialized FormConstructor Summary | |
---|---|
TableColumnModelEvent(TableColumnModel source,
int from,
int to)
Constructs a TableColumnModelEvent object. |
Method Summary | |
---|---|
int |
getFromIndex()
Returns the fromIndex. |
int |
getToIndex()
Returns the toIndex. |
Constructor Detail |
---|
public TableColumnModelEvent(TableColumnModel source, int from, int to)
source
- the TableColumnModel that originated the eventfrom
- an int specifying the first row in a range of affected rowsto
- an int specifying the last row in a range of affected rowsMethod Detail |
---|
public int getFromIndex()
public int getToIndex()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |