Package org.pentaho.platform.api.engine

Examples of org.pentaho.platform.api.engine.ICreateFeedbackParameterCallback


      final org.w3c.dom.Document document = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
      final org.w3c.dom.Element root = document.createElement( "action_sequence_info" );
      document.appendChild( root );

      requestHandler.setCreateFeedbackParameterCallback( new ICreateFeedbackParameterCallback() {
        public void createFeedbackParameter( IRuntimeContext runtimeContext, String fieldName, String displayName,
            String hint, Object defaultValues, List values, Map dispNames, String displayStyle, boolean optional,
            boolean visible ) {

          org.w3c.dom.Element parameterElement = document.createElement( "parameter" );
View Full Code Here

TOP

Related Classes of org.pentaho.platform.api.engine.ICreateFeedbackParameterCallback

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.