public interface ColumnVisibilityChangeListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
columnHidden(ColumnVisibilityChangeEvent pEvent)
Table column was hidden.
|
void |
columnShown(ColumnVisibilityChangeEvent pEvent)
Table column was shown.
|
void columnShown(ColumnVisibilityChangeEvent pEvent)
pEvent
- information about the shown columnvoid columnHidden(ColumnVisibilityChangeEvent pEvent)
pEvent
- information about the hidden columnCopyright © 2017 Jürgen Zeller (privat). All rights reserved.