Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AdjustableBoolean
-
-
Uses of AdjustableBoolean in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return AdjustableBoolean Modifier and Type Method Description AdjustableBoolean
CommandsVisibilityFragment. getVisible()
Returns the value of the 'Visible' containment reference.AdjustableBoolean
SubsystemsVisibilityFragment. getVisible()
Returns the value of the 'Visible' containment reference.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type AdjustableBoolean Modifier and Type Method Description void
CommandsVisibilityFragment. setVisible(AdjustableBoolean value)
Sets the value of the 'Visible
' containment reference.void
SubsystemsVisibilityFragment. 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 AdjustableBoolean Modifier and Type Method Description AdjustableBoolean
CommandItem. getVisibility()
Returns the value of the 'Visibility' containment reference.AdjustableBoolean
ConfigurationCommandInterfaceItem. getVisibility()
Returns the value of the 'Visibility' containment reference.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata with parameters of type AdjustableBoolean Modifier and Type Method Description void
CommandItem. setVisibility(AdjustableBoolean value)
Sets the value of the 'Visibility
' containment reference.void
ConfigurationCommandInterfaceItem. 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 AdjustableBoolean Modifier and Type Method Description AdjustableBoolean
CommandItemImpl. getVisibility()
AdjustableBoolean
ConfigurationCommandInterfaceItemImpl. getVisibility()
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type AdjustableBoolean Modifier and Type Method Description void
CommandItemImpl. setVisibility(AdjustableBoolean newVisibility)
void
ConfigurationCommandInterfaceItemImpl. 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 AdjustableBoolean Modifier and Type Method Description AdjustableBoolean
CommandsVisibilityFragmentImpl. getVisible()
AdjustableBoolean
SubsystemsVisibilityFragmentImpl. getVisible()
Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type AdjustableBoolean Modifier and Type Method Description void
CommandsVisibilityFragmentImpl. setVisible(AdjustableBoolean newVisible)
void
SubsystemsVisibilityFragmentImpl. 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 AdjustableBoolean Modifier and Type Method Description static AdjustableBoolean
CommandInterfaceUtil. copyVisibility(AdjustableBoolean original)
Copies visibility.static AdjustableBoolean
CmiModelUtil. getDefaultCommandVisible(org.eclipse.emf.ecore.EObject command)
Gets command visibility.Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type AdjustableBoolean Modifier and Type Method Description static AdjustableBoolean
CommandInterfaceUtil. copyVisibility(AdjustableBoolean original)
Copies visibility.static void
CommandInterfaceUtil. setCommandVisibility(CommandInterface commandInterface, Command command, AdjustableBoolean visibility)
Sets command visibility and add changes to affected objects.static void
CommandInterfaceUtil. 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 AdjustableBoolean Modifier and Type Method Description static SetCommandVisibilityTask
SetCommandVisibilityTask. create(CommandInterface commandInterface, Command command, AdjustableBoolean visibility)
Creates a new instance.static SetSubsystemVisibilityTask
SetSubsystemVisibilityTask. 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.IStatus
SetCommandVisibilityTask. execute(CommandInterface commandInterface, Command command, AdjustableBoolean visibility, org.eclipse.core.runtime.IProgressMonitor monitor)
org.eclipse.core.runtime.IStatus
SetSubsystemVisibilityTask. 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 AdjustableBoolean Constructor Description SetCommandVisibilityTask(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.model
Methods in com._1c.g5.v8.dt.form.model that return AdjustableBoolean Modifier and Type Method Description AdjustableBoolean
AbstractFormAttribute. getEdit()
Returns the value of the 'Edit' containment reference.AdjustableBoolean
FormCommand. getUse()
Returns the value of the 'Use' containment reference.AdjustableBoolean
FormCommandInterfaceItem. getUserVisible()
Returns the value of the 'User Visible' containment reference.AdjustableBoolean
Visible. getUserVisible()
Returns the value of the 'User Visible' containment reference.AdjustableBoolean
AbstractFormAttribute. getView()
Returns the value of the 'View' containment reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type AdjustableBoolean Modifier and Type Method Description void
AbstractFormAttribute. setEdit(AdjustableBoolean value)
Sets the value of the 'Edit
' containment reference.void
FormCommand. setUse(AdjustableBoolean value)
Sets the value of the 'Use
' containment reference.void
FormCommandInterfaceItem. setUserVisible(AdjustableBoolean value)
Sets the value of the 'User Visible
' containment reference.void
Visible. setUserVisible(AdjustableBoolean value)
Sets the value of the 'User Visible
' containment reference.void
AbstractFormAttribute. 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 AdjustableBoolean Modifier and Type Method Description AdjustableBoolean
AbstractFormAttributeImpl. getEdit()
AdjustableBoolean
FormCommandImpl. getUse()
AdjustableBoolean
AdditionImpl. getUserVisible()
AdjustableBoolean
DataItemImpl. getUserVisible()
AdjustableBoolean
DecorationImpl. getUserVisible()
AdjustableBoolean
FormCommandInterfaceItemImpl. getUserVisible()
AdjustableBoolean
GroupImpl. getUserVisible()
AdjustableBoolean
AbstractFormAttributeImpl. getView()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type AdjustableBoolean Modifier and Type Method Description void
AbstractFormAttributeImpl. setEdit(AdjustableBoolean newEdit)
void
FormCommandImpl. setUse(AdjustableBoolean newUse)
void
AdditionImpl. setUserVisible(AdjustableBoolean newUserVisible)
void
DataItemImpl. setUserVisible(AdjustableBoolean newUserVisible)
void
DecorationImpl. setUserVisible(AdjustableBoolean newUserVisible)
void
FormCommandInterfaceItemImpl. setUserVisible(AdjustableBoolean newUserVisible)
void
GroupImpl. setUserVisible(AdjustableBoolean newUserVisible)
void
AbstractFormAttributeImpl. 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 AdjustableBoolean Modifier and Type Method Description static FormAutoCommandInterfaceTask
FormAutoCommandInterfaceTask. 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.util
Methods in com._1c.g5.v8.dt.form.util that return AdjustableBoolean Modifier and Type Method Description static AdjustableBoolean
AdjustableBooleanUtil. create(boolean common)
Creates a new adjustable boolean.static AdjustableBoolean
FormCommandInterfaceAutoItemUtils. getDefaultVisibility(Command cmd)
Deprecated.Return the default visiblity byCommand
forFormCommandInterfaceItem
Methods in com._1c.g5.v8.dt.form.util with parameters of type AdjustableBoolean Modifier and Type Method Description static String
AdjustableBooleanUtil. 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 AdjustableBoolean Modifier and Type Method Description AdjustableBoolean
HomePageWorkAreaColumnItem. getVisibility()
Returns the value of the 'Visibility' containment reference.Methods in com._1c.g5.v8.dt.hpwa.model with parameters of type AdjustableBoolean Modifier and Type Method Description void
HomePageWorkAreaColumnItem. 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 AdjustableBoolean Modifier and Type Method Description AdjustableBoolean
HomePageWorkAreaColumnItemImpl. getVisibility()
Methods in com._1c.g5.v8.dt.hpwa.model.impl with parameters of type AdjustableBoolean Modifier and Type Method Description void
HomePageWorkAreaColumnItemImpl. setVisibility(AdjustableBoolean newVisibility)
-
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 AdjustableBoolean Constructor Description UserVisibilityDialog(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 AdjustableBoolean Modifier and Type Method Description AdjustableBoolean
MdClassFactory. createAdjustableBoolean()
Returns a new object of class 'Adjustable Boolean'.AdjustableBoolean
StandardCommand. getVisible()
Returns the value of the 'Visible' containment reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AdjustableBoolean Modifier and Type Method Description void
StandardCommand. 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 AdjustableBoolean Modifier and Type Class Description class
AdjustableBooleanImpl
An implementation of the model object 'Adjustable Boolean'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AdjustableBoolean Modifier and Type Method Description AdjustableBoolean
MdClassFactoryImpl. createAdjustableBoolean()
AdjustableBoolean
StandardCommandImpl. getVisible()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AdjustableBoolean Modifier and Type Method Description void
StandardCommandImpl. 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 AdjustableBoolean Modifier and Type Method Description T
MdClassSwitch. caseAdjustableBoolean(AdjustableBoolean object)
Returns the result of interpreting the object as an instance of 'Adjustable Boolean'.boolean
MdClassValidator. validateAdjustableBoolean(AdjustableBoolean adjustableBoolean, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-