Package org.opencms.gwt.client.ui
Interface CmsListItemWidget.I_CmsTitleEditHandler
- Enclosing class:
- CmsListItemWidget
public static interface CmsListItemWidget.I_CmsTitleEditHandler
The interface for handling edits of the title field.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEdit
(CmsLabel title, com.google.gwt.user.client.ui.TextBox box) This method is called when the user has finished editing the title field.
-
Method Details
-
handleEdit
This method is called when the user has finished editing the title field.- Parameters:
title
- the label containing the titlebox
- the
-