Uses of Enum Class
org.pentaho.reporting.designer.core.editor.drilldown.model.DrillDownParameter.Type
Packages that use DrillDownParameter.Type
Package
Description
-
Uses of DrillDownParameter.Type in org.pentaho.reporting.designer.core.editor.drilldown
Methods in org.pentaho.reporting.designer.core.editor.drilldown that return DrillDownParameter.TypeConstructors in org.pentaho.reporting.designer.core.editor.drilldown with parameters of type DrillDownParameter.TypeModifierConstructorDescriptionFilteringParameterTableModel
(DrillDownParameter.Type filterType, DrillDownParameterTableModel backend) FilteringParameterTableModel
(DrillDownParameter.Type filterType, DrillDownParameterTableModel backend, boolean onlyPreferredOptions) -
Uses of DrillDownParameter.Type in org.pentaho.reporting.designer.core.editor.drilldown.model
Methods in org.pentaho.reporting.designer.core.editor.drilldown.model that return DrillDownParameter.TypeModifier and TypeMethodDescriptionDrillDownParameter.getType()
static DrillDownParameter.Type
Returns the enum constant of this class with the specified name.static DrillDownParameter.Type[]
DrillDownParameter.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pentaho.reporting.designer.core.editor.drilldown.model with parameters of type DrillDownParameter.TypeConstructors in org.pentaho.reporting.designer.core.editor.drilldown.model with parameters of type DrillDownParameter.TypeModifierConstructorDescriptionDrillDownParameter
(String name, String formulaFragment, DrillDownParameter.Type type, boolean expert, boolean hidden)