Package com._1c.g5.v8.dt.ui.aef.events
Class TableRefreshEvent
- java.lang.Object
- 
- com._1c.g5.v8.dt.ui.aef.events.TableRefreshEvent
 
- 
- 
Constructor SummaryConstructors Constructor Description TableRefreshEvent(TableItemViewModel... refreshingObjects)Creates a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TableItemViewModel[]getRefreshingObjects()Returns the refreshing objects.
 
- 
- 
- 
Constructor Detail- 
TableRefreshEventpublic TableRefreshEvent(TableItemViewModel... refreshingObjects) Creates a new instance. IfrefreshingObjectsare 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 Detail- 
getRefreshingObjectspublic TableItemViewModel[] getRefreshingObjects() Returns the refreshing objects.- Returns:
- the refreshing objects, cannot be null
 
 
- 
 
-