public class CompositeModelEvent extends EditableModelEvent
EditableModelEvent.EventType| Modifier and Type | Field and Description |
|---|---|
static EditableModelEvent.EventType |
CLEAN_SUBTREE
on remove a sub-tree
|
ADD_COLUMN, ADD_ROW, CLEAN, REMOVE_COLUMN, REMOVE_ROW, SORT_ALL, UPDATE_ALL, UPDATE_CELL, UPDATE_COLUMN, UPDATE_ROW| Constructor and Description |
|---|
CompositeModelEvent(EditableModelEvent.EventType eventType,
TreeGridRow parent)
Creates an instance of this class and initializes mandatory fields.
|
CompositeModelEvent(EditableModelEvent.EventType eventType,
TreeGridRow parent,
int row)
Creates an instance of this class and initializes internal fields.
|
| Modifier and Type | Method and Description |
|---|---|
TreeGridRow |
getParent()
Gets a link to a parent row.
|
getColumn, getEventType, getRow, getSource, setColumn, setRow, setSourcepublic static final EditableModelEvent.EventType CLEAN_SUBTREE
public CompositeModelEvent(EditableModelEvent.EventType eventType, TreeGridRow parent)
eventType - is an event type.parent - is a parent row link.public CompositeModelEvent(EditableModelEvent.EventType eventType, TreeGridRow parent, int row)
eventType - is an event type.parent - is a parent row link.row - is a number of the row that produced an event.public TreeGridRow getParent()
Copyright © 2008–2013. All rights reserved.