Interface ILogFormElementCommandsInfoBase

All Known Implementing Classes:
AccountObjectLogFormObjController, BPProcessLogFormObjController, BPTaskLogFormObjController, CharacteristicLogFormObjController, ConstsLogFormController, DataExchangeLogFormObjController, DocumentLogFormObjController, ExternalDataSourceTableLogFormObjController, LogFormElementCommandsInfoBase, LogFormSrvObjControllerBase, LogFormSrvRegControllerBase, ReferenceLogFormObjController, ReportObjLogFormController

public interface ILogFormElementCommandsInfoBase
Form element command filling helper interface.
  • Method Details

    • fillGroup

      boolean fillGroup(FillingGroupKind kind, FormStandardCommandSource commandSource, FormItemContainer pGroup, int commandsGroupId, String namePrefix, boolean canInsertDefaultButton, ModelFiltrationContext context)
      Fills the command group with commands.
      Parameters:
      kind - The kind of group.
      commandSource - The standard command source.
      pGroup - The target group.
      commandsGroupId - The identifier of the target group.
      namePrefix - The prfix of the command name.
      canInsertDefaultButton - True if we need to insert default button.
      context - The filtration context.
      Returns:
      True if the button was added; false otherwise.