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.writer
Methods in com._1c.g5.v8.dt.cai.export.xml.writer with parameters of type ClientApplicationInterface Modifier and Type Method Description void
CaiXmlWriter. write(CaiXmlDocumentWriter writer, ClientApplicationInterface clientApplicationInterface, Version projectVersion)
Write Client Application Interface to xml writer -
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.model
Methods in com._1c.g5.v8.dt.cai.model that return ClientApplicationInterface Modifier and Type Method Description ClientApplicationInterface
CaiFactory. createClientApplicationInterface()
Returns a new object of class 'Client Application Interface'. -
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.model.impl
Classes in com._1c.g5.v8.dt.cai.model.impl that implement ClientApplicationInterface Modifier and Type Class Description class
ClientApplicationInterfaceImpl
An 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 ClientApplicationInterface
CaiFactoryImpl. createClientApplicationInterface()
-
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.model.util
Methods in com._1c.g5.v8.dt.cai.model.util that return ClientApplicationInterface Modifier and Type Method Description static ClientApplicationInterface
CaiModelUtil. getClientApplicationInterface(CaiAbstractItem item)
Get parentClientApplicationInterface
for given itemMethods in com._1c.g5.v8.dt.cai.model.util with parameters of type ClientApplicationInterface Modifier and Type Method Description T
CaiSwitch. 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 inClientApplicationInterface
static List<CaiPanel>
CaiModelUtil. getContainedPanels(ClientApplicationInterface clientApplicationInterface)
List of all panels contained inClientApplicationInterface
-