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.refresherClasses in com._1c.g5.aef2.standard.definitions.refresher that implement IRefresher Modifier and Type Class Description classAbstractRefresherThe abstract implementation ofIRefresher.classModelDrivenRefresherThe component model driven refresher.Methods in com._1c.g5.aef2.standard.definitions.refresher that return IRefresher Modifier and Type Method Description IRefresherIRefresherFactory. createRefresher(Object... objects)CreatesIRefresherinstance.
- 
Uses of IRefresher in com._1c.g5.properties.uiMethods 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.refresherClasses in com._1c.g5.v8.dt.aef2.bm.refresher that implement IRefresher Modifier and Type Class Description classAbstractBmRefresherThe BM refresher that triggers the refresh on BM change event.
- 
Uses of IRefresher in com._1c.g5.v8.dt.md.ui.extension.aef.refresherClasses in com._1c.g5.v8.dt.md.ui.extension.aef.refresher that implement IRefresher Modifier and Type Class Description classMdAdoptedPropertyChangeRefresherThe refresher that listens state changes fromIMdAdoptedPropertyNotifierfor the specified objects and feature.
 
-