Uses of Interface
com._1c.g5.v8.dt.cai.model.ClientApplicationInterface
- 
Packages that use ClientApplicationInterface Package Description com._1c.g5.v8.dt.cai.export.xml.writer com._1c.g5.v8.dt.cai.model com._1c.g5.v8.dt.cai.model.impl com._1c.g5.v8.dt.cai.model.util 
- 
- 
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.export.xml.writerMethods in com._1c.g5.v8.dt.cai.export.xml.writer with parameters of type ClientApplicationInterface Modifier and Type Method Description voidCaiXmlWriter. write(CaiXmlDocumentWriter writer, ClientApplicationInterface clientApplicationInterface, Version projectVersion)Write Client Application Interface to xml writer
- 
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.modelMethods in com._1c.g5.v8.dt.cai.model that return ClientApplicationInterface Modifier and Type Method Description ClientApplicationInterfaceCaiFactory. createClientApplicationInterface()Returns a new object of class 'Client Application Interface'.
- 
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.model.implClasses in com._1c.g5.v8.dt.cai.model.impl that implement ClientApplicationInterface Modifier and Type Class Description classClientApplicationInterfaceImplAn implementation of the model object 'Client Application Interface'.Methods in com._1c.g5.v8.dt.cai.model.impl that return ClientApplicationInterface Modifier and Type Method Description ClientApplicationInterfaceCaiFactoryImpl. createClientApplicationInterface()
- 
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.model.utilMethods in com._1c.g5.v8.dt.cai.model.util that return ClientApplicationInterface Modifier and Type Method Description static ClientApplicationInterfaceCaiModelUtil. getClientApplicationInterface(CaiAbstractItem item)Get parentClientApplicationInterfacefor given itemMethods in com._1c.g5.v8.dt.cai.model.util with parameters of type ClientApplicationInterface Modifier and Type Method Description TCaiSwitch. caseClientApplicationInterface(ClientApplicationInterface object)Returns the result of interpreting the object as an instance of 'Client Application Interface'.static Set<CaiPanelInfo>CaiModelUtil. getContainedPanelInfos(ClientApplicationInterface clientApplicationInterface)Set of all panel infos contained inClientApplicationInterfacestatic List<CaiPanel>CaiModelUtil. getContainedPanels(ClientApplicationInterface clientApplicationInterface)List of all panels contained inClientApplicationInterface
 
-