Package org.opencms.gwt.client.util
Interface I_CmsUniqueActiveItem
- All Known Implementing Classes:
A_CmsDirectEditButtons,CmsDirectEditButtons,CmsElementOptionBar,CmsListCollectorEditor
public interface I_CmsUniqueActiveItem
Item which can be stored in
CmsUniqueActiveItemContainer.-
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called when the item is removed from a container.
-
Method Details
-
onDeactivate
void onDeactivate()This method is called when the item is removed from a container.
-