Class TableRefreshEvent

java.lang.Object
com._1c.g5.v8.dt.ui.aef.events.TableRefreshEvent
All Implemented Interfaces:
IEvent

public class TableRefreshEvent extends Object implements IEvent
Event for refreshing table view.
  • Constructor Details

    • TableRefreshEvent

      public TableRefreshEvent(TableItemViewModel... refreshingObjects)
      Creates a new instance. If refreshingObjects are provided, then they will be refreshed. If non objects are provided, then entire table will be refreshed.
      Parameters:
      refreshingObjects - the refreshing objects, cannot be null
  • Method Details

    • getRefreshingObjects

      public TableItemViewModel[] getRefreshingObjects()
      Returns the refreshing objects.
      Returns:
      the refreshing objects, cannot be null