Package com.vaadin.ui

Class Grid.EditorMoveEvent

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Grid

    public static class Grid.EditorMoveEvent
    extends Grid.EditorEvent
    This event gets fired when an editor is opened while another row is being edited (i.e. editor focus moves elsewhere)
    See Also:
    Serialized Form
    • Constructor Detail

      • EditorMoveEvent

        public EditorMoveEvent​(Grid source,
                               Object itemID)