public interface I_CmsFilePropertyEditHandler extends com.vaadin.v7.data.Validator, com.vaadin.v7.event.FieldEvents.TextChangeListener
| 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.
|