Interface IFormCommands


  • public interface IFormCommands
    Identifiers of form commands and command parameters.
    Restriction:
    Clients are not allowed to extend a class or interface
    Restriction:
    Clients are not allowed to implement an interface
    • Field Detail

      • COMMAND_GOTO_EVENT_HANDLER

        static final String COMMAND_GOTO_EVENT_HANDLER
        Go to event handler command identifier. Command may have next parameters:
        • com._1c.g5.v8.dt.form.ui.commandParameters.eventName parameter defining the event name to create event with.
        • com._1c.g5.v8.dt.form.ui.commandParameters.handlerName optional parameter defining the handler name to go to if handler with the provided name is not created yet.
        • com._1c.g5.v8.dt.form.ui.commandParameters.eventCallType optional parameter defining the event call type to create event with.

        Value is com._1c.g5.v8.dt.form.ui.commands.gotoEventHandler.

        See Also:
        Constant Field Values
      • COMMAND_GOTO_COMMAND_EVENT_HANDLER

        static final String COMMAND_GOTO_COMMAND_EVENT_HANDLER
        Go to command handler command identifier. Command may have next parameters:
        • com._1c.g5.v8.dt.form.ui.commandParameters.eventCallType optional parameter defining the event call type to create handler with.
        Value is com._1c.g5.v8.dt.form.ui.commands.gotoCommandEventHandler.
        See Also:
        Constant Field Values
      • COMMAND_PARAMETER_EVENT_NAME

        static final String COMMAND_PARAMETER_EVENT_NAME
        The command parameter to describe the event english name to execute command with. Value is com._1c.g5.v8.dt.form.ui.commandParameters.eventName.
        See Also:
        NamedElement.getName(), Constant Field Values
      • COMMAND_PARAMETER_EVENT_CALL_TYPE

        static final String COMMAND_PARAMETER_EVENT_CALL_TYPE
        The command parameter to describe the event call type String name to execute command with. Value is com._1c.g5.v8.dt.form.ui.commandParameters.eventCallType.
        See Also:
        ExtendedMethodCallType, Constant Field Values
      • COMMAND_PARAMETER_HANDLER_NAME

        static final String COMMAND_PARAMETER_HANDLER_NAME
        The command parameter to describe the event handler name to execute command with. Value is com._1c.g5.v8.dt.form.ui.commandParameters.handlerName.
        See Also:
        Constant Field Values