Class GridCellCreationEvent

  • All Implemented Interfaces:
    IEvent, IGridEvent

    public class GridCellCreationEvent
    extends Object
    implements IGridEvent
    The grid cell creation event.
    The view sends the event when the 'placeholder' for cell editor was created.
    • Constructor Detail

      • GridCellCreationEvent

        public GridCellCreationEvent​(Object widget,
                                     GridColumnViewModel column)
        Creates a new event.
        Parameters:
        widget - the widget, cannot be null.
        column - the column view model that represents the grid column, cannot be null.
        item - the grid item to create
    • Method Detail

      • getWidget

        public Object getWidget()
        Returns the widget.
        Returns:
        the widget.