Package org.opencms.gwt.client
Interface I_CmsDescendantResizeHandler
- All Known Implementing Classes:
CmsInlineEntityWidget.FormPanel
,CmsResourceInfoView
,CmsResourceRelationView
,CmsScrollBar
,CmsScrollPanel
,CmsScrollPanelImpl
,CmsTabbedPanel
public interface I_CmsDescendantResizeHandler
Interface for widgets which should react to size changes of their descendants.
- Since:
- 9.5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method should be called when a descendant widget changes its size.
-
Method Details
-
onResizeDescendant
void onResizeDescendant()This method should be called when a descendant widget changes its size.
-