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.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_CmsFilePropertyEditHandler
I_CmsFilePropertyEditHandler.cancel()
public void save(java.lang.String value)
I_CmsFilePropertyEditHandler
save
in interface I_CmsFilePropertyEditHandler
value
- the value to saveI_CmsFilePropertyEditHandler.save(java.lang.String)
public void start()
I_CmsFilePropertyEditHandler
start
in interface I_CmsFilePropertyEditHandler
I_CmsFilePropertyEditHandler.start()
public void textChange(com.vaadin.event.FieldEvents.TextChangeEvent event)
textChange
in interface com.vaadin.event.FieldEvents.TextChangeListener
FieldEvents.TextChangeListener.textChange(com.vaadin.event.FieldEvents.TextChangeEvent)
public void validate(java.lang.Object value) throws com.vaadin.data.Validator.InvalidValueException
validate
in interface com.vaadin.data.Validator
com.vaadin.data.Validator.InvalidValueException
Validator.validate(java.lang.Object)