Uses of Interface
com._1c.g5.v8.dt.cai.model.CaiPanel
- 
Packages that use CaiPanel Package Description 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 CaiPanel in com._1c.g5.v8.dt.cai.modelMethods in com._1c.g5.v8.dt.cai.model that return CaiPanel Modifier and Type Method Description CaiPanelCaiFactory. createCaiPanel()Returns a new object of class 'Panel'.Methods in com._1c.g5.v8.dt.cai.model that return types with arguments of type CaiPanel Modifier and Type Method Description org.eclipse.emf.common.util.EList<CaiPanel>CaiGroup. getPanels()Returns the value of the 'Panels' containment reference list.org.eclipse.emf.common.util.EList<CaiPanel>ClientApplicationInterface. getUnset()Returns the value of the 'Unset' containment reference list.
- 
Uses of CaiPanel in com._1c.g5.v8.dt.cai.model.implClasses in com._1c.g5.v8.dt.cai.model.impl that implement CaiPanel Modifier and Type Class Description classCaiPanelImplAn implementation of the model object 'Panel'.Methods in com._1c.g5.v8.dt.cai.model.impl that return CaiPanel Modifier and Type Method Description CaiPanelCaiFactoryImpl. createCaiPanel()Methods in com._1c.g5.v8.dt.cai.model.impl that return types with arguments of type CaiPanel Modifier and Type Method Description org.eclipse.emf.common.util.EList<CaiPanel>CaiGroupImpl. getPanels()org.eclipse.emf.common.util.EList<CaiPanel>ClientApplicationInterfaceImpl. getUnset()
- 
Uses of CaiPanel in com._1c.g5.v8.dt.cai.model.utilMethods in com._1c.g5.v8.dt.cai.model.util that return CaiPanel Modifier and Type Method Description static CaiPanelCaiModelUtil. createCaiPanel(CaiPanelInfo panelInfo)Create panel of Client Application Interface with random uuid by given panel infoCaiPanelCaiPanelInfo. find(List<CaiPanel> panels)Find first panel appropriate to panel info from given listMethods in com._1c.g5.v8.dt.cai.model.util that return types with arguments of type CaiPanel Modifier and Type Method Description static List<CaiPanel>CaiModelUtil. getContainedPanels(ClientApplicationInterface clientApplicationInterface)List of all panels contained inClientApplicationInterfacestatic List<CaiPanel>CaiModelUtil. getContainedPanels(Collection<? extends CaiAbstractItem> side)List of all panels contained in given collectionMethods in com._1c.g5.v8.dt.cai.model.util with parameters of type CaiPanel Modifier and Type Method Description TCaiSwitch. caseCaiPanel(CaiPanel object)Returns the result of interpreting the object as an instance of 'Panel'.static CaiPanelInfoCaiPanelInfo. getByPanel(CaiPanel panel)Get panel info by given panelMethod parameters in com._1c.g5.v8.dt.cai.model.util with type arguments of type CaiPanel Modifier and Type Method Description CaiPanelCaiPanelInfo. find(List<CaiPanel> panels)Find first panel appropriate to panel info from given list
 
-