Class Grid.EditorMoveEvent

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Grid

    @Deprecated
    public static class Grid.EditorMoveEvent
    extends Grid.EditorEvent
    Deprecated.
    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)
        Deprecated.