Interface IFormCommandControllerService

All Known Implementing Classes:
FormCommandControllerService

public interface IFormCommandControllerService
Provides the command panel content provider for the form elements/data types.
  • Method Details

    • getElementCommandsInfo

      IElementCommandPanelContentProvider getElementCommandsInfo(FormVisualEntity pElement)
      Gets the command panel content provider for the given form element if applicable.
      Parameters:
      pElement - The source form element.
      Returns:
      The matching panel content provider if available; null otherwise.
    • getElementCommandsInfoByTypeName

      IElementCommandPanelContentProvider getElementCommandsInfoByTypeName(String typeName)
      Gets the command panel content provider for the given type name if applicable.
      Parameters:
      typeName - The name of the type.
      Returns:
      The matching panel content provider if available; null otherwise.