org.pentaho.platform.api.engine
Interface ICreateFeedbackParameterCallback

All Known Implementing Classes:
ActionSequenceXMLParamsContentGenerator

public interface ICreateFeedbackParameterCallback


Method Summary
 void createFeedbackParameter(IRuntimeContext runtimeContext, String fieldName, String displayName, String hint, Object defaultValues, List values, Map dispNames, String displayStyle, boolean optional, boolean visible)
           
 

Method Detail

createFeedbackParameter

void createFeedbackParameter(IRuntimeContext runtimeContext,
                             String fieldName,
                             String displayName,
                             String hint,
                             Object defaultValues,
                             List values,
                             Map dispNames,
                             String displayStyle,
                             boolean optional,
                             boolean visible)