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