Package com._1c.g5.v8.dt.ui
Interface IV8ContextConstants
-
public interface IV8ContextConstantsIdentifiers of V8 context and commands. ContainsStringconstants 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
Fields Modifier and Type Field Description static StringCOMMAND_CLONEClone existing instance command identifier.static StringCOMMAND_CREATECreate new instance command identifier.static StringCOMMAND_EDITEdit command identifier.static StringCOMMAND_FOCUS_NAVIGATORFocus in navigator command identifier.static StringCOMMAND_MOVE_DOWNMove down element in list command identifier.static StringCOMMAND_MOVE_TOMove element to the specified index in list command identifier.static StringCOMMAND_MOVE_TO_BOTTOMMove element to the bottom of the list command identifier.static StringCOMMAND_MOVE_TO_FOLDERMove to different folder command identifier.static StringCOMMAND_MOVE_TO_TOPMove element to the top of the list command identifier.static StringCOMMAND_MOVE_UPMove up element in list command identifier.static StringCOMMAND_OPENOpen target object command identifier.static StringCOMMAND_OPEN_EDITOROpen specified editor command identifier.static StringCOMMAND_OPEN_FOLDER_WIZARDAdd folder to list command identifier.static StringCOMMAND_OPEN_WIZARDAdd element to list command identifier.static StringCOMMAND_PARAMETER_ECLASS_NAMEThe optional parameter for the Create command, describing e-class name to use to create e-object.static StringCOMMAND_PARAMETER_ELEMENT_INDEXThe parameter for the Move To command used to define new element index of the moving element.static StringCOMMAND_PARAMETER_FEATURE_NAMEThe optional parameter for the Open Editor command, describing feature name to use to open editor.static StringCOMMAND_PARAMETER_SORT_DIRECTIONThe optional parameter for the Sort command, indicating direction of the sorting action.static StringCOMMAND_PARAMETER_USE_FEATUREThe optional parameter for the Open Editor command, indicating whenever to open editor using parent model and feature or not.static StringCOMMAND_PARAMETER_WIZARD_IDThe parameter for the Open Wizard command used to define wizard id.static StringCOMMAND_SHOW_PROPERTIESShow target object properties command identifier.static StringCOMMAND_SORTSort element list command identifier.static StringCONTEXTV8 context identifier.
-
-
-
Field Detail
-
CONTEXT
static final String CONTEXT
V8 context identifier. Value iscom._1c.g5.v8.dt.ui.context.- See Also:
- Constant Field Values
-
COMMAND_CREATE
static final String COMMAND_CREATE
Create new instance command identifier. Value iscom._1c.g5.v8.dt.ui.commands.create.- See Also:
- Constant Field Values
-
COMMAND_OPEN
static final String COMMAND_OPEN
Open target object command identifier. Value iscom._1c.g5.v8.dt.ui.commands.open.- See Also:
- Constant Field Values
-
COMMAND_CLONE
static final String COMMAND_CLONE
Clone existing instance command identifier. Value iscom._1c.g5.v8.dt.ui.commands.clone.- See Also:
- Constant Field Values
-
COMMAND_OPEN_EDITOR
static final String COMMAND_OPEN_EDITOR
Open specified editor command identifier. Command may have next optional parameters:com._1c.g5.v8.dt.ui.commandParameters.useFeatureindicating whenever to open editor using parent model and feature or not.com._1c.g5.v8.dt.ui.commandParameters.featuredescribing 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
static final String COMMAND_OPEN_WIZARD
Add element to list command identifier. Command must have next parameters:com._1c.g5.v8.dt.ui.commandParameters.wizardIddefining wizard extension id.
Value is
com._1c.g5.v8.dt.ui.commands.openWizard.- See Also:
COMMAND_PARAMETER_WIZARD_ID, Constant Field Values
-
COMMAND_MOVE_UP
static final String COMMAND_MOVE_UP
Move up element in list command identifier. Value iscom._1c.g5.v8.dt.ui.commands.moveUp.- See Also:
- Constant Field Values
-
COMMAND_MOVE_TO_TOP
static final String 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:
- Constant Field Values
-
COMMAND_MOVE_DOWN
static final String COMMAND_MOVE_DOWN
Move down element in list command identifier. Value iscom._1c.g5.v8.dt.ui.commands.moveDown.- See Also:
- Constant Field Values
-
COMMAND_MOVE_TO_BOTTOM
static final String 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:
- Constant Field Values
-
COMMAND_MOVE_TO
static final String 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.elementIndexdefining index of element to move selected element to.
Value is
com._1c.g5.v8.dt.ui.commands.moveTo.
-
COMMAND_SORT
static final String COMMAND_SORT
Sort element list command identifier. Command may have next optional parameters:com._1c.g5.v8.dt.ui.commandParameters.sortDirectiondirection of the sorting action.
Value is
com._1c.g5.v8.dt.ui.commands.sort.
-
COMMAND_SHOW_PROPERTIES
static final String COMMAND_SHOW_PROPERTIES
Show target object properties command identifier. Value iscom._1c.g5.v8.dt.ui.commands.showProperties.- See Also:
- Constant Field Values
-
COMMAND_PARAMETER_SORT_DIRECTION
static final String 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_SORT, Constant Field Values
-
COMMAND_PARAMETER_ELEMENT_INDEX
static final String 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_MOVE_TO, Constant Field Values
-
COMMAND_PARAMETER_USE_FEATURE
static final String 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_OPEN_EDITOR, Constant Field Values
-
COMMAND_PARAMETER_FEATURE_NAME
static final String 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_OPEN_EDITOR, Constant Field Values
-
COMMAND_PARAMETER_WIZARD_ID
static final String 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_WIZARD, Constant Field Values
-
COMMAND_OPEN_FOLDER_WIZARD
static final String COMMAND_OPEN_FOLDER_WIZARD
Add folder to list command identifier. Command must have next parameters:com._1c.g5.v8.dt.ui.commandParameters.wizardIddefining wizard extension id.
Value is
com._1c.g5.v8.dt.ui.commands.openFolderWizard.- See Also:
COMMAND_PARAMETER_WIZARD_ID, Constant Field Values
-
COMMAND_MOVE_TO_FOLDER
static final String COMMAND_MOVE_TO_FOLDER
Move to different folder command identifier.Value is
com._1c.g5.v8.dt.ui.commands.moveToFolder.- See Also:
- Constant Field Values
-
COMMAND_FOCUS_NAVIGATOR
static final String COMMAND_FOCUS_NAVIGATOR
Focus in navigator command identifier.Value is
com._1c.g5.v8.dt.ui.commands.focusNavigator.- See Also:
- Constant Field Values
-
COMMAND_PARAMETER_ECLASS_NAME
static final String 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_CREATE, Constant Field Values
-
COMMAND_EDIT
static final String COMMAND_EDIT
Edit command identifier. Value iscom._1c.g5.v8.dt.ui.commands.edit.- See Also:
- Constant Field Values
-
-