public interface GridListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
appearanceChanged()
Raised when the appearance of any of the underlying
cells or headers has changed (including when the
size of the underlying headers or cells has changed).
|
void |
cellBoundsChanged(CellBoundsEvent e)
Raised when the bounding rectangle of a cell has been changed.
|
void |
headerAdded(HeaderEvent e)
Raised when a header has been inserted to the grid either interactively
or through a call to the InsertBefore or InsertAfter methods.
|
void |
headerResized(HeaderResizeEvent e)
Raised when the user finished resizing a header.
|
void |
headerStartResizing(HeaderResizeEvent e)
Raises when the user starts resizing a header.
|
void |
invalidated() |
void invalidated()
void cellBoundsChanged(CellBoundsEvent e)
void headerAdded(HeaderEvent e)
void headerStartResizing(HeaderResizeEvent e)
void headerResized(HeaderResizeEvent e)
void appearanceChanged()