Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AdjustableBoolean
Packages that use AdjustableBoolean
Package
Description
-
Uses of AdjustableBoolean in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return AdjustableBooleanModifier and TypeMethodDescriptionCommandsVisibilityFragment.getVisible()Returns the value of the 'Visible' containment reference.SubsystemsVisibilityFragment.getVisible()Returns the value of the 'Visible' containment reference.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionvoidCommandsVisibilityFragment.setVisible(AdjustableBoolean value) Sets the value of the 'Visible' containment reference.voidSubsystemsVisibilityFragment.setVisible(AdjustableBoolean value) Sets the value of the 'Visible' containment reference. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.cmi.model.deriveddata
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return AdjustableBooleanModifier and TypeMethodDescriptionCommandItem.getVisibility()Returns the value of the 'Visibility' containment reference.ConfigurationCommandInterfaceItem.getVisibility()Returns the value of the 'Visibility' containment reference.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionvoidCommandItem.setVisibility(AdjustableBoolean value) Sets the value of the 'Visibility' containment reference.voidConfigurationCommandInterfaceItem.setVisibility(AdjustableBoolean value) Sets the value of the 'Visibility' containment reference. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.cmi.model.deriveddata.impl
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return AdjustableBooleanModifier and TypeMethodDescriptionCommandItemImpl.getVisibility()ConfigurationCommandInterfaceItemImpl.getVisibility()Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionvoidCommandItemImpl.setVisibility(AdjustableBoolean newVisibility) voidConfigurationCommandInterfaceItemImpl.setVisibility(AdjustableBoolean newVisibility) -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.cmi.model.impl
Methods in com._1c.g5.v8.dt.cmi.model.impl that return AdjustableBooleanModifier and TypeMethodDescriptionCommandsVisibilityFragmentImpl.getVisible()SubsystemsVisibilityFragmentImpl.getVisible()Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionvoidCommandsVisibilityFragmentImpl.setVisible(AdjustableBoolean newVisible) voidSubsystemsVisibilityFragmentImpl.setVisible(AdjustableBoolean newVisible) -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return AdjustableBooleanModifier and TypeMethodDescriptionstatic AdjustableBooleanCommandInterfaceUtil.copyVisibility(AdjustableBoolean original) Copies visibility.static AdjustableBooleanCmiModelUtil.getDefaultCommandVisible(org.eclipse.emf.ecore.EObject command) Gets command visibility.Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionstatic AdjustableBooleanCommandInterfaceUtil.copyVisibility(AdjustableBoolean original) Copies visibility.static voidCommandInterfaceUtil.setCommandVisibility(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Sets command visibility and add changes to affected objects.static voidCommandInterfaceUtil.setSubsystemVisibility(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Sets subsystem visibility and add changes to affected objects. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.cmi.tasks
Methods in com._1c.g5.v8.dt.cmi.tasks with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionstatic SetCommandVisibilityTaskSetCommandVisibilityTask.create(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Creates a new instance.static SetSubsystemVisibilityTaskSetSubsystemVisibilityTask.create(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a new instance.IBmTask<org.eclipse.core.runtime.IStatus>ICommandInterfaceTaskFactory.createSetCommandVisibilityTask(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Creates a task responsible for setting the specified visibility for the command.IBmTask<org.eclipse.core.runtime.IStatus>ICommandInterfaceTaskFactory.createSetSubsystemVisibilityTask(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a task responsible for setting visibility for the given subsystem.org.eclipse.core.runtime.IStatusSetCommandVisibilityTask.execute(CommandInterface commandInterface, Command command, AdjustableBoolean visibility, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatusSetSubsystemVisibilityTask.execute(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility, org.eclipse.core.runtime.IProgressMonitor monitor) }Constructors in com._1c.g5.v8.dt.cmi.tasks with parameters of type AdjustableBooleanModifierConstructorDescriptionSetCommandVisibilityTask(String name, CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Constructor.SetSubsystemVisibilityTask(String name, CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Constructor. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.form.internal.ui.providers.cmi
Methods in com._1c.g5.v8.dt.form.internal.ui.providers.cmi that return AdjustableBooleanModifier and TypeMethodDescriptionprotected AdjustableBooleanVisibilityEditingSupport.doGetValue(GroupItem<?> item) protected AdjustableBooleanVisibilityEditingSupport.VisibleCellEditor.doGetValue()Methods in com._1c.g5.v8.dt.form.internal.ui.providers.cmi with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionprotected IBmTask<?>VisibilityEditingSupport.getTask(GroupItem<?> item, AdjustableBoolean value) -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return AdjustableBooleanModifier and TypeMethodDescriptionAbstractFormAttribute.getEdit()Returns the value of the 'Edit' containment reference.FormCommand.getUse()Returns the value of the 'Use' containment reference.FormCommandInterfaceItem.getUserVisible()Returns the value of the 'User Visible' containment reference.Visible.getUserVisible()Returns the value of the 'User Visible' containment reference.AbstractFormAttribute.getView()Returns the value of the 'View' containment reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionvoidAbstractFormAttribute.setEdit(AdjustableBoolean value) Sets the value of the 'Edit' containment reference.voidFormCommand.setUse(AdjustableBoolean value) Sets the value of the 'Use' containment reference.voidFormCommandInterfaceItem.setUserVisible(AdjustableBoolean value) Sets the value of the 'User Visible' containment reference.voidVisible.setUserVisible(AdjustableBoolean value) Sets the value of the 'User Visible' containment reference.voidAbstractFormAttribute.setView(AdjustableBoolean value) Sets the value of the 'View' containment reference. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return AdjustableBooleanModifier and TypeMethodDescriptionAbstractFormAttributeImpl.getEdit()FormCommandImpl.getUse()AdditionImpl.getUserVisible()DataItemImpl.getUserVisible()DecorationImpl.getUserVisible()FormCommandInterfaceItemImpl.getUserVisible()GroupImpl.getUserVisible()AbstractFormAttributeImpl.getView()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionvoidAbstractFormAttributeImpl.setEdit(AdjustableBoolean newEdit) voidFormCommandImpl.setUse(AdjustableBoolean newUse) voidAdditionImpl.setUserVisible(AdjustableBoolean newUserVisible) voidDataItemImpl.setUserVisible(AdjustableBoolean newUserVisible) voidDecorationImpl.setUserVisible(AdjustableBoolean newUserVisible) voidFormCommandInterfaceItemImpl.setUserVisible(AdjustableBoolean newUserVisible) voidGroupImpl.setUserVisible(AdjustableBoolean newUserVisible) voidAbstractFormAttributeImpl.setView(AdjustableBoolean newView) -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.form.service.task
Methods in com._1c.g5.v8.dt.form.service.task with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionstatic FormAutoCommandInterfaceTaskFormAutoCommandInterfaceTask.changeUserVisible(FormCommandInterfaceItems owner, FormCommandInterfaceItem item, AdjustableBoolean value) The method creates a new change user visiblity bm task -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.form.ui.properties.models
Constructors in com._1c.g5.v8.dt.form.ui.properties.models with parameters of type AdjustableBooleanModifierConstructorDescriptionBmAdjustableBooleanGroupModel(AdjustableBoolean initialValue, List<BmValue<AdjustableBoolean>> values, IV8Project v8project) Instantiates a new BM value.Constructor parameters in com._1c.g5.v8.dt.form.ui.properties.models with type arguments of type AdjustableBooleanModifierConstructorDescriptionBmAdjustableBooleanGroupModel(AdjustableBoolean initialValue, List<BmValue<AdjustableBoolean>> values, IV8Project v8project) Instantiates a new BM value. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.form.util
Methods in com._1c.g5.v8.dt.form.util that return AdjustableBooleanModifier and TypeMethodDescriptionstatic AdjustableBooleanAdjustableBooleanUtil.create(boolean common) Creates a new adjustable boolean.static AdjustableBooleanFormCommandInterfaceAutoItemUtils.getDefaultVisibility(Command cmd) Deprecated.Return the default visiblity byCommandforFormCommandInterfaceItemMethods in com._1c.g5.v8.dt.form.util with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionstatic StringAdjustableBooleanUtil.toString(AdjustableBoolean aBoolean) Deprecated. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.hpwa.model
Methods in com._1c.g5.v8.dt.hpwa.model that return AdjustableBooleanModifier and TypeMethodDescriptionHomePageWorkAreaColumnItem.getVisibility()Returns the value of the 'Visibility' containment reference.Methods in com._1c.g5.v8.dt.hpwa.model with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionvoidHomePageWorkAreaColumnItem.setVisibility(AdjustableBoolean value) Sets the value of the 'Visibility' containment reference. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.hpwa.model.impl
Methods in com._1c.g5.v8.dt.hpwa.model.impl that return AdjustableBooleanMethods in com._1c.g5.v8.dt.hpwa.model.impl with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionvoidHomePageWorkAreaColumnItemImpl.setVisibility(AdjustableBoolean newVisibility) -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.internal.cmi.tasks
Methods in com._1c.g5.v8.dt.internal.cmi.tasks with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionIBmTask<org.eclipse.core.runtime.IStatus>CommandInterfaceTaskFactory.createSetCommandVisibilityTask(CommandInterface commandInterface, Command command, AdjustableBoolean visibility) Creates a task responsible for setting the specified visibility for the command.IBmTask<org.eclipse.core.runtime.IStatus>CommandInterfaceTaskFactory.createSetSubsystemVisibilityTask(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a task responsible for setting visibility for the given subsystem. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.internal.hpwa.ui.common
Methods in com._1c.g5.v8.dt.internal.hpwa.ui.common that return AdjustableBooleanModifier and TypeMethodDescriptionstatic AdjustableBooleanHpwaUtil.copyVisibility(AdjustableBoolean original) Copies visibility.Methods in com._1c.g5.v8.dt.internal.hpwa.ui.common with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionstatic AdjustableBooleanHpwaUtil.copyVisibility(AdjustableBoolean original) Copies visibility. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.internal.hpwa.ui.visibility
Methods in com._1c.g5.v8.dt.internal.hpwa.ui.visibility with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusSetVisibilityTask.execute(HomePageWorkAreaColumnItem item, AdjustableBoolean visibility, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com._1c.g5.v8.dt.internal.hpwa.ui.visibility with parameters of type AdjustableBooleanModifierConstructorDescriptionprotectedSetVisibilityTask(String name, HomePageWorkAreaColumnItem item, AdjustableBoolean visibility) Constructor.VisibilitySetupDialog(org.eclipse.swt.widgets.Shell parentShell, Object[] input, MdObjectRepresentationLabelProvider labelProvider, AdjustableBoolean adjustableBoolean, boolean readOnly) Constructor. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.md.ui.dialogs
Constructors in com._1c.g5.v8.dt.md.ui.dialogs with parameters of type AdjustableBooleanModifierConstructorDescriptionUserVisibilityDialog(org.eclipse.swt.widgets.Shell shell, AdjustableBoolean model, IV8Project v8project, boolean readonly) Creates a new dialogUserVisibilityDialog(org.eclipse.swt.widgets.Shell shell, AdjustableBoolean model, IV8Project v8project, String dialogTitle, String rolesLabel, String isCommonButtonText, boolean readonly) Creates a new dialog -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AdjustableBooleanModifier and TypeMethodDescriptionMdClassFactory.createAdjustableBoolean()Returns a new object of class 'Adjustable Boolean'.StandardCommand.getVisible()Returns the value of the 'Visible' containment reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionvoidStandardCommand.setVisible(AdjustableBoolean value) Sets the value of the 'Visible' containment reference. -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AdjustableBooleanModifier and TypeClassDescriptionclassAn implementation of the model object 'Adjustable Boolean'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AdjustableBooleanModifier and TypeMethodDescriptionMdClassFactoryImpl.createAdjustableBoolean()StandardCommandImpl.getVisible()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionvoidStandardCommandImpl.setVisible(AdjustableBoolean newVisible) -
Uses of AdjustableBoolean in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AdjustableBooleanModifier and TypeMethodDescriptionMdClassSwitch.caseAdjustableBoolean(AdjustableBoolean object) Returns the result of interpreting the object as an instance of 'Adjustable Boolean'.booleanMdClassValidator.validateAdjustableBoolean(AdjustableBoolean adjustableBoolean, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)