Interface I_CmsFilePropertyEditHandler

  • All Superinterfaces:
    com.vaadin.event.ConnectorEventListener, java.util.EventListener, com.vaadin.v7.event.FieldEvents.TextChangeListener, java.io.Serializable, com.vaadin.event.SerializableEventListener, com.vaadin.v7.data.Validator
    All Known Implementing Classes:
    CmsContextMenuEditHandler

    public interface I_CmsFilePropertyEditHandler
    extends com.vaadin.v7.data.Validator, com.vaadin.v7.event.FieldEvents.TextChangeListener
    File table inline edit handler.

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.vaadin.v7.data.Validator

        com.vaadin.v7.data.Validator.EmptyValueException, com.vaadin.v7.data.Validator.InvalidValueException
    • Field Summary

      • Fields inherited from interface com.vaadin.v7.event.FieldEvents.TextChangeListener

        EVENT_ID, EVENT_METHOD
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cancel()
      Cancels the edit process.
      void save​(java.lang.String value)
      Saves the value.
      void start()
      Starts the edit process.
      • Methods inherited from interface com.vaadin.v7.event.FieldEvents.TextChangeListener

        textChange
      • Methods inherited from interface com.vaadin.v7.data.Validator

        validate
    • Method Detail

      • cancel

        void cancel()
        Cancels the edit process.

      • save

        void save​(java.lang.String value)
        Saves the value.

        Parameters:
        value - the value to save
      • start

        void start()
        Starts the edit process.