Implementing help

To implement help behavior in the view, create the following static method in the class specified in the classForHelpImplementation property of the OperationPanel:
public static void showHelp(String helpId)

The help identifier argument is specified in the HelpId attribute of view components, and the behavior of the method depends on the value of the argument.