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.model
Methods in com._1c.g5.v8.dt.cai.model that return CaiPanel Modifier and Type Method Description CaiPanel
CaiFactory. 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.impl
Classes in com._1c.g5.v8.dt.cai.model.impl that implement CaiPanel Modifier and Type Class Description class
CaiPanelImpl
An implementation of the model object 'Panel'.Methods in com._1c.g5.v8.dt.cai.model.impl that return CaiPanel Modifier and Type Method Description CaiPanel
CaiFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.cai.model.util that return CaiPanel Modifier and Type Method Description static CaiPanel
CaiModelUtil. createCaiPanel(CaiPanelInfo panelInfo)
Create panel of Client Application Interface with random uuid by given panel infoCaiPanel
CaiPanelInfo. 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 inClientApplicationInterface
static 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 T
CaiSwitch. caseCaiPanel(CaiPanel object)
Returns the result of interpreting the object as an instance of 'Panel'.static CaiPanelInfo
CaiPanelInfo. 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 CaiPanel
CaiPanelInfo. find(List<CaiPanel> panels)
Find first panel appropriate to panel info from given list
-