Package com._1c.g5.v8.dt.ui
Interface IV8ContextConstants
public interface IV8ContextConstants
Identifiers of V8 context and commands. Contains
String
constants of:
- V8 context.
- V8 common commands.
- V8 common command parameters.
- Restriction:
- Clients are not allowed to extend a class or interface
- Restriction:
- Clients are not allowed to implement an interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Clone existing instance command identifier.static final String
Create new instance command identifier.static final String
Edit command identifier.static final String
Focus in navigator command identifier.static final String
Move down element in list command identifier.static final String
Move element to the specified index in list command identifier.static final String
Move element to the bottom of the list command identifier.static final String
Move to different folder command identifier.static final String
Move element to the top of the list command identifier.static final String
Move up element in list command identifier.static final String
Open target object command identifier.static final String
Open specified editor command identifier.static final String
Add folder to list command identifier.static final String
Add element to list command identifier.static final String
The optional parameter for the Create command, describing e-class name to use to create e-object.static final String
The parameter for the Move To command used to define new element index of the moving element.static final String
The optional parameter for the Open Editor command, describing feature name to use to open editor.static final String
The optional parameter for the Sort command, indicating direction of the sorting action.static final String
The optional parameter for the Open Editor command, indicating whenever to open editor using parent model and feature or not.static final String
The parameter for the Open Wizard command used to define wizard id.static final String
Show target object properties command identifier.static final String
Sort element list command identifier.static final String
V8 context identifier.
-
Field Details
-
CONTEXT
V8 context identifier. Value iscom._1c.g5.v8.dt.ui.context
.- See Also:
-
COMMAND_CREATE
Create new instance command identifier. Value iscom._1c.g5.v8.dt.ui.commands.create
.- See Also:
-
COMMAND_OPEN
Open target object command identifier. Value iscom._1c.g5.v8.dt.ui.commands.open
.- See Also:
-
COMMAND_CLONE
Clone existing instance command identifier. Value iscom._1c.g5.v8.dt.ui.commands.clone
.- See Also:
-
COMMAND_OPEN_EDITOR
Open specified editor command identifier. Command may have next optional parameters:com._1c.g5.v8.dt.ui.commandParameters.useFeature
indicating whenever to open editor using parent model and feature or not.com._1c.g5.v8.dt.ui.commandParameters.feature
describing feature name to use to open editor. Feature name may consist of multiple feature parts, joined with/
character.
Value is
com._1c.g5.v8.dt.ui.commands.openEditor
. -
COMMAND_OPEN_WIZARD
Add element to list command identifier. Command must have next parameters:com._1c.g5.v8.dt.ui.commandParameters.wizardId
defining wizard extension id.
Value is
com._1c.g5.v8.dt.ui.commands.openWizard
. -
COMMAND_MOVE_UP
Move up element in list command identifier. Value iscom._1c.g5.v8.dt.ui.commands.moveUp
.- See Also:
-
COMMAND_MOVE_TO_TOP
Move element to the top of the list command identifier. Value iscom._1c.g5.v8.dt.ui.commands.moveToTop
.- See Also:
-
COMMAND_MOVE_DOWN
Move down element in list command identifier. Value iscom._1c.g5.v8.dt.ui.commands.moveDown
.- See Also:
-
COMMAND_MOVE_TO_BOTTOM
Move element to the bottom of the list command identifier. Value iscom._1c.g5.v8.dt.ui.commands.moveToBottom
.- See Also:
-
COMMAND_MOVE_TO
Move element to the specified index in list command identifier. Command must have next parameters:com._1c.g5.v8.dt.ui.commandParameters.elementIndex
defining index of element to move selected element to.
Value is
com._1c.g5.v8.dt.ui.commands.moveTo
. -
COMMAND_SORT
Sort element list command identifier. Command may have next optional parameters:com._1c.g5.v8.dt.ui.commandParameters.sortDirection
direction of the sorting action.
Value is
com._1c.g5.v8.dt.ui.commands.sort
. -
COMMAND_SHOW_PROPERTIES
Show target object properties command identifier. Value iscom._1c.g5.v8.dt.ui.commands.showProperties
.- See Also:
-
COMMAND_PARAMETER_SORT_DIRECTION
The optional parameter for the Sort command, indicating direction of the sorting action. Parameter value must be type ofboolean
. Value iscom._1c.g5.v8.dt.ui.commandParameters.sortDirection
.- See Also:
-
COMMAND_PARAMETER_ELEMENT_INDEX
The parameter for the Move To command used to define new element index of the moving element. Value iscom._1c.g5.v8.dt.ui.commandParameters.elementIndex
.- See Also:
-
COMMAND_PARAMETER_USE_FEATURE
The optional parameter for the Open Editor command, indicating whenever to open editor using parent model and feature or not. Value iscom._1c.g5.v8.dt.ui.commandParameters.useFeature
.- See Also:
-
COMMAND_PARAMETER_FEATURE_NAME
The optional parameter for the Open Editor command, describing feature name to use to open editor. Feature name may consist of multiple feature parts, joined with/
character. Value iscom._1c.g5.v8.dt.ui.commandParameters.feature
.- See Also:
-
COMMAND_PARAMETER_WIZARD_ID
The parameter for the Open Wizard command used to define wizard id.Value is
com._1c.g5.v8.dt.ui.commandParameters.wizardId
.- See Also:
-
COMMAND_OPEN_FOLDER_WIZARD
Add folder to list command identifier. Command must have next parameters:com._1c.g5.v8.dt.ui.commandParameters.wizardId
defining wizard extension id.
Value is
com._1c.g5.v8.dt.ui.commands.openFolderWizard
. -
COMMAND_MOVE_TO_FOLDER
Move to different folder command identifier.Value is
com._1c.g5.v8.dt.ui.commands.moveToFolder
.- See Also:
-
COMMAND_FOCUS_NAVIGATOR
Focus in navigator command identifier.Value is
com._1c.g5.v8.dt.ui.commands.focusNavigator
.- See Also:
-
COMMAND_PARAMETER_ECLASS_NAME
The optional parameter for the Create command, describing e-class name to use to create e-object. E-class name may not consist of multiple e-class names. Value iscom._1c.g5.v8.dt.ui.commandParameters.eClass
.- See Also:
-
COMMAND_EDIT
Edit command identifier. Value iscom._1c.g5.v8.dt.ui.commands.edit
.- See Also:
-