Interface EditorEnterHandler

All Superinterfaces:
EventHandler

public interface EditorEnterHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification method fired when the user enters this formItem.
  • Method Details

    • onEditorEnter

      void onEditorEnter(EditorEnterEvent event)
      Notification method fired when the user enters this formItem. Differs from FormItem.focus() in that while focus and blur may fire multiple as the user navigates sub elements of an item (such as interacting with a pick list), editorEnter will typically fire once when the user starts to edit this item as a whole, and once when the user moves onto a different item or component
      Parameters:
      event - the event