Package org.opencms.ui.components
Interface CmsResourceTable.ColumnSettingChangeHandler
- All Known Implementing Classes:
CmsFileExplorer
- Enclosing class:
- CmsResourceTable
public static interface CmsResourceTable.ColumnSettingChangeHandler
Interfaces for getting notified of column visibility/sort setting changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when column visibility or sorting is changed by the user.
-
Method Details
-
onColumnSettingsChanged
void onColumnSettingsChanged()Called when column visibility or sorting is changed by the user.
-