Class ComponentSelectProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ComponentSelectProcessActionHandler
    extends BaseTableDataProcessActionHandler
    Process action handler that handles the selection of an HTML component. Executes the specified javascript callback providing the HTML for the selected component, so it can be inserted in a HTML field.
    Since:
    17.1.0
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • ComponentSelectProcessActionHandler

        public ComponentSelectProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException