LookupDispatchAction allows you to map button names to methods within an extended LookupDispatchAction. For example, when you click the button named "Save" on the form a key is looked up to see which method the button maps to in the LookupDispatchAction. The method in your extended LookupDispatchAction is then called.

  • No labels