Package com._1c.g5.v8.dt.ui.aef.events
Class TableRefreshEvent
java.lang.Object
com._1c.g5.v8.dt.ui.aef.events.TableRefreshEvent
- All Implemented Interfaces:
IEvent
Event for refreshing table view.
-
Constructor Summary
ConstructorsConstructorDescriptionTableRefreshEvent
(TableItemViewModel... refreshingObjects) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the refreshing objects.
-
Constructor Details
-
TableRefreshEvent
Creates a new instance. IfrefreshingObjects
are provided, then they will be refreshed. If non objects are provided, then entire table will be refreshed.- Parameters:
refreshingObjects
- the refreshing objects, cannot benull
-
-
Method Details
-
getRefreshingObjects
Returns the refreshing objects.- Returns:
- the refreshing objects, cannot be
null
-