Uses of Interface
com._1c.g5.v8.dt.form.model.FormCommandInterfaceItems
Packages that use FormCommandInterfaceItems
Package
Description
-
Uses of FormCommandInterfaceItems in com._1c.g5.v8.dt.form.mapping.model.impl
Fields in com._1c.g5.v8.dt.form.mapping.model.impl declared as FormCommandInterfaceItemsModifier and TypeFieldDescriptionprotected FormCommandInterfaceItems
PanelImpl.domain
The cached value of the 'Domain
' attribute.Methods in com._1c.g5.v8.dt.form.mapping.model.impl that return FormCommandInterfaceItemsMethods in com._1c.g5.v8.dt.form.mapping.model.impl with parameters of type FormCommandInterfaceItems -
Uses of FormCommandInterfaceItems in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return FormCommandInterfaceItemsModifier and TypeMethodDescriptionFormFactory.createFormCommandInterfaceItems()
Returns a new object of class 'Command Interface Items'.FormCommandInterface.getCommandBar()
Returns the value of the 'Command Bar' containment reference.FormCommandInterface.getNavigationPanel()
Returns the value of the 'Navigation Panel' containment reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type FormCommandInterfaceItemsModifier and TypeMethodDescriptionvoid
FormCommandInterface.setCommandBar
(FormCommandInterfaceItems value) Sets the value of the 'Command Bar
' containment reference.void
FormCommandInterface.setNavigationPanel
(FormCommandInterfaceItems value) Sets the value of the 'Navigation Panel
' containment reference. -
Uses of FormCommandInterfaceItems in com._1c.g5.v8.dt.form.model.impl
Classes in com._1c.g5.v8.dt.form.model.impl that implement FormCommandInterfaceItemsModifier and TypeClassDescriptionclass
An implementation of the model object 'Command Interface Items'.Methods in com._1c.g5.v8.dt.form.model.impl that return FormCommandInterfaceItemsModifier and TypeMethodDescriptionFormFactoryImpl.createFormCommandInterfaceItems()
FormCommandInterfaceImpl.getCommandBar()
FormCommandInterfaceImpl.getNavigationPanel()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type FormCommandInterfaceItemsModifier and TypeMethodDescriptionvoid
FormCommandInterfaceImpl.setCommandBar
(FormCommandInterfaceItems newCommandBar) void
FormCommandInterfaceImpl.setNavigationPanel
(FormCommandInterfaceItems newNavigationPanel) -
Uses of FormCommandInterfaceItems in com._1c.g5.v8.dt.form.model.util
Methods in com._1c.g5.v8.dt.form.model.util that return FormCommandInterfaceItemsMethods in com._1c.g5.v8.dt.form.model.util with parameters of type FormCommandInterfaceItemsModifier and TypeMethodDescriptionFormSwitch.caseFormCommandInterfaceItems
(FormCommandInterfaceItems object) Returns the result of interpreting the object as an instance of 'Command Interface Items'.boolean
FormValidator.validateFormCommandInterfaceItems
(FormCommandInterfaceItems formCommandInterfaceItems, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Constructors in com._1c.g5.v8.dt.form.model.util with parameters of type FormCommandInterfaceItems -
Uses of FormCommandInterfaceItems in com._1c.g5.v8.dt.form.service.cmi
Methods in com._1c.g5.v8.dt.form.service.cmi with parameters of type FormCommandInterfaceItemsModifier and TypeMethodDescriptionvoid
FormCmiManagementService.addCommandInterfaceItem
(FormCommandInterfaceItems items, FormCommandInterfaceItem newItem) Adds a new form CMI item.org.eclipse.core.runtime.IStatus
AddFormCommandInterfaceItemTask.execute
(FormCommandInterfaceItems items, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
MoveFormCommandInterfaceItemTask.execute
(FormCommandInterfaceItems panel, FormCommandInterfaceItem moved, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
MoveToEndFormCommandInterfaceItemTask.execute
(FormCommandInterfaceItems panel, FormCommandInterfaceItem moved, org.eclipse.core.runtime.IProgressMonitor monitor) void
FormCmiManagementService.moveCommandInterfaceItem
(FormCommandInterfaceItems panel, CommandGroup group, int toIndex, FormCommandInterfaceItem item) void
FormCmiManagementService.moveCommandInterfaceItemToEnd
(FormCommandInterfaceItems panel, CommandGroup group, FormCommandInterfaceItem item) Constructors in com._1c.g5.v8.dt.form.service.cmi with parameters of type FormCommandInterfaceItemsModifierConstructorDescriptionAddFormCommandInterfaceItemTask
(FormCmiManagementService service, FormCommandInterfaceItems items, FormCommandInterfaceItem newItem) Creates a new bm taskMoveFormCommandInterfaceItemTask
(FormCmiManagementService service, int toIndex, CommandGroup group, FormCommandInterfaceItems panel, FormCommandInterfaceItem moved) Creates a new task.MoveToEndFormCommandInterfaceItemTask
(FormCmiManagementService service, CommandGroup group, FormCommandInterfaceItems panel, FormCommandInterfaceItem moved) Creates a new task -
Uses of FormCommandInterfaceItems in com._1c.g5.v8.dt.form.service.task
Methods in com._1c.g5.v8.dt.form.service.task with parameters of type FormCommandInterfaceItemsModifier and TypeMethodDescriptionstatic FormAutoCommandInterfaceTask
FormAutoCommandInterfaceTask.changeAutoPosition
(FormCommandInterfaceItems owner, FormCommandInterfaceItem item, CommandGroup commandGroup, boolean hasAutoPosition) The method creates a new change auto position bm taskstatic FormAutoCommandInterfaceTask
FormAutoCommandInterfaceTask.changeAutoVisibility
(FormCommandInterfaceItems owner, FormCommandInterfaceItem item, boolean hasAutoVisibility) The method creates a new change auto visiblity bm taskstatic FormAutoCommandInterfaceTask
FormAutoCommandInterfaceTask.changeUserVisible
(FormCommandInterfaceItems owner, FormCommandInterfaceItem item, AdjustableBoolean value) The method creates a new change user visiblity bm taskprotected abstract void
FormAutoCommandInterfaceTask.doExecute
(FormCommandInterfaceItems parent, FormCommandInterfaceItem item, org.eclipse.core.runtime.IProgressMonitor monitor) Execute specific algoritmfinal org.eclipse.core.runtime.IStatus
FormAutoCommandInterfaceTask.execute
(FormCommandInterfaceItems parent, FormCommandInterfaceItem item, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com._1c.g5.v8.dt.form.service.task with parameters of type FormCommandInterfaceItemsModifierConstructorDescriptionFormAutoCommandInterfaceTask
(String label, FormCommandInterfaceItems owner, FormCommandInterfaceItem item) Initialize an fileds ofFormAutoCommandInterfaceTask