Uses of Interface
com._1c.g5.v8.dt.natives.library.IComponentLoader
-
Packages that use IComponentLoader Package Description com._1c.g5.v8.dt.chart com._1c.g5.v8.dt.dcsnative.common com._1c.g5.v8.dt.formnative com._1c.g5.v8.dt.natives.library com._1c.g5.v8.dt.ws.common -
-
Uses of IComponentLoader in com._1c.g5.v8.dt.chart
Classes in com._1c.g5.v8.dt.chart that implement IComponentLoader Modifier and Type Class Description class
ChartComponentDescription
IComponentLoader
for v8 platform Chart components -
Uses of IComponentLoader in com._1c.g5.v8.dt.dcsnative.common
Classes in com._1c.g5.v8.dt.dcsnative.common that implement IComponentLoader Modifier and Type Class Description class
DcsNativeComponentDescription
IComponentLoader
for v8 platform Dcs Native components -
Uses of IComponentLoader in com._1c.g5.v8.dt.formnative
Classes in com._1c.g5.v8.dt.formnative that implement IComponentLoader Modifier and Type Class Description class
FormNativeComponentDescription
IComponentLoader
for v8 platform Form Native components. -
Uses of IComponentLoader in com._1c.g5.v8.dt.natives.library
Methods in com._1c.g5.v8.dt.natives.library with parameters of type IComponentLoader Modifier and Type Method Description Collection<File>
DefaultComponentLoaderManager. getLibraries(IComponentLoader loader, Version version)
Collection<File>
IComponentLoaderManager. getLibraries(IComponentLoader loader, Version version)
Gets list of libraries corresponding to the component name and runtime version forIComponentLoader
void
DefaultComponentLoaderManager. registerComponentLoader(IComponentLoader loader)
void
IComponentLoaderManager. registerComponentLoader(IComponentLoader loader)
Registers component. -
Uses of IComponentLoader in com._1c.g5.v8.dt.ws.common
Classes in com._1c.g5.v8.dt.ws.common that implement IComponentLoader Modifier and Type Class Description class
WSDefinitionComponentDescription
IComponentLoader
for v8 platform WSDefinition components
-