Package org.opencms.ui.apps.user
Interface I_CmsToggleTable
- All Known Implementing Classes:
CmsGroupTable
,CmsUserTable
public interface I_CmsToggleTable
Interface for toggable tables.
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the current size of data in table.void
toggle
(boolean active) Toggles the table.
-
Method Details
-
getCurrentSize
int getCurrentSize()Gets the current size of data in table.- Returns:
- size
-
toggle
Toggles the table.- Parameters:
active
- boolean
-