Class CmsContextMenuEditHandler

    • 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 Concrete 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.
      void textChange​(com.vaadin.v7.event.FieldEvents.TextChangeEvent event)  
      void validate​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait