Interface IFormCommandControllerService
- All Known Implementing Classes:
FormCommandControllerService
public interface IFormCommandControllerService
Provides the command panel content provider for the form elements/data types.
-
Method Summary
Modifier and TypeMethodDescriptiongetElementCommandsInfo
(FormVisualEntity pElement) Gets the command panel content provider for the given form element if applicable.getElementCommandsInfoByTypeName
(String typeName) Gets the command panel content provider for the given type name if applicable.
-
Method Details
-
getElementCommandsInfo
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
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.
-