org.pentaho.reporting.engine.classic.core.parameters
Interface ListParameter

All Superinterfaces:
Cloneable, ParameterDefinitionEntry, Serializable
All Known Implementing Classes:
DefaultListParameter, StaticListParameter

public interface ListParameter
extends ParameterDefinitionEntry

Todo: Document me!

Author:
: Thomas Morgner

Method Summary
 ParameterValues getValues(ParameterContext context)
           
 boolean isAllowMultiSelection()
           
 boolean isStrictValueCheck()
           
 
Methods inherited from interface org.pentaho.reporting.engine.classic.core.parameters.ParameterDefinitionEntry
clone, getDefaultValue, getName, getParameterAttribute, getParameterAttributeNames, getParameterAttributeNamespaces, getValueType, isMandatory
 

Method Detail

isStrictValueCheck

boolean isStrictValueCheck()

isAllowMultiSelection

boolean isAllowMultiSelection()

getValues

ParameterValues getValues(ParameterContext context)
                          throws ReportDataFactoryException
Throws:
ReportDataFactoryException