public class CmsContextMenuEditHandler extends java.lang.Object implements I_CmsFilePropertyEditHandler
| Constructor and Description |
|---|
CmsContextMenuEditHandler(CmsUUID editId,
CmsResourceTableProperty editProperty,
CmsFileTable fileTable,
I_CmsDialogContext context)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the edit process.
|
void |
save(java.lang.String value)
Saves the value.
|
void |
start()
Starts the edit process.
|
void |
textChange(com.vaadin.v7.event.FieldEvents.TextChangeEvent event) |
void |
validate(java.lang.Object value) |
public CmsContextMenuEditHandler(CmsUUID editId, CmsResourceTableProperty editProperty, CmsFileTable fileTable, I_CmsDialogContext context)
editId - the content structure ideditProperty - the property to editfileTable - the file tablecontext - the dialog contextpublic void cancel()
cancel in interface I_CmsFilePropertyEditHandlerI_CmsFilePropertyEditHandler.cancel()public void save(java.lang.String value)
I_CmsFilePropertyEditHandlersave in interface I_CmsFilePropertyEditHandlervalue - the value to saveI_CmsFilePropertyEditHandler.save(java.lang.String)public void start()
I_CmsFilePropertyEditHandlerstart in interface I_CmsFilePropertyEditHandlerI_CmsFilePropertyEditHandler.start()public void textChange(com.vaadin.v7.event.FieldEvents.TextChangeEvent event)
textChange in interface com.vaadin.v7.event.FieldEvents.TextChangeListenercom.vaadin.event.FieldEvents.TextChangeListener#textChange(com.vaadin.event.FieldEvents.TextChangeEvent)public void validate(java.lang.Object value) throws com.vaadin.v7.data.Validator.InvalidValueException
validate in interface com.vaadin.v7.data.Validatorcom.vaadin.v7.data.Validator.InvalidValueExceptioncom.vaadin.data.Validator#validate(java.lang.Object)