Uses of Interface
com._1c.g5.aef2.standard.definitions.refresher.IRefresher
-
Packages that use IRefresher Package Description com._1c.g5.aef2.standard.definitions.refresher com._1c.g5.properties.ui com._1c.g5.v8.dt.aef2.bm.refresher com._1c.g5.v8.dt.md.ui.extension.aef.refresher -
-
Uses of IRefresher in com._1c.g5.aef2.standard.definitions.refresher
Classes in com._1c.g5.aef2.standard.definitions.refresher that implement IRefresher Modifier and Type Class Description class
AbstractRefresher
The abstract implementation ofIRefresher
.class
ModelDrivenRefresher
The component model driven refresher.Methods in com._1c.g5.aef2.standard.definitions.refresher that return IRefresher Modifier and Type Method Description IRefresher
IRefresherFactory. createRefresher(Object... objects)
CreatesIRefresher
instance. -
Uses of IRefresher in com._1c.g5.properties.ui
Methods in com._1c.g5.properties.ui that return types with arguments of type IRefresher Modifier and Type Method Description protected Collection<IRefresher>
PropertyPaletteComponent. getRefreshers()
Returns refreshers managing this component. -
Uses of IRefresher in com._1c.g5.v8.dt.aef2.bm.refresher
Classes in com._1c.g5.v8.dt.aef2.bm.refresher that implement IRefresher Modifier and Type Class Description class
AbstractBmRefresher
The BM refresher that triggers the refresh on BM change event. -
Uses of IRefresher in com._1c.g5.v8.dt.md.ui.extension.aef.refresher
Classes in com._1c.g5.v8.dt.md.ui.extension.aef.refresher that implement IRefresher Modifier and Type Class Description class
MdAdoptedPropertyChangeRefresher
The refresher that listens state changes fromIMdAdoptedPropertyNotifier
for the specified objects and feature.
-