Package org.opencms.acacia.client
Interface I_CmsInlineHtmlUpdateHandler
- All Known Implementing Classes:
CmsContentEditor
,CmsEditorBase
public interface I_CmsInlineHtmlUpdateHandler
Handles updates on the HTML required due to entity data changes during inline editing.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
reinitWidgets
(I_CmsInlineFormParent formParent) Reinitializes the editing widget inside the form parent.void
updateHtml
(I_CmsInlineFormParent formParent, com.google.gwt.user.client.Command onSuccess) Updates the HTML inside the form parent according to the currently edited entiy data.
-
Method Details
-
reinitWidgets
Reinitializes the editing widget inside the form parent.- Parameters:
formParent
- the form parent
-
updateHtml
Updates the HTML inside the form parent according to the currently edited entiy data.- Parameters:
formParent
- the form parentonSuccess
- the callback to execute on success
-