Class GridRefreshEvent

  • All Implemented Interfaces:
    IEvent, IGridEvent

    public final class GridRefreshEvent
    extends Object
    implements IGridEvent
    The grid refresh event.
    It is sent by component to view to refresh the grid.
    • Constructor Detail

      • GridRefreshEvent

        public GridRefreshEvent​(IGridItem itemToRefresh)
        Creates a new event.
        Parameters:
        itemToRefresh - item to refresh. If it's null the full grid refresh is needed.
    • Method Detail

      • getItemToRefresh

        public IGridItem getItemToRefresh()
        Returns an item to refresh.
        If it's null the full grid refresh is needed.
        Returns:
        the itemToRefresh the item to refresh or null.