org.eclipse.birt.report.engine.api
Interface IParameterGroupDefn
- All Superinterfaces:
- IParameterDefnBase
- All Known Subinterfaces:
- ICascadingParameterGroup
public interface IParameterGroupDefn
- extends IParameterDefnBase
The interface for objects which visually groups report parameters.
Method Summary |
boolean |
displayExpanded()
returns whether to display the parameter group in expanded form |
java.util.ArrayList |
getContents()
returns the set of parameters that appear inside the group. |
getContents
java.util.ArrayList getContents()
- returns the set of parameters that appear inside the group.
- Returns:
- the set of parameters that appear inside the group.
displayExpanded
boolean displayExpanded()
- returns whether to display the parameter group in expanded form
- Returns:
- whether to display the parameter group expanded
Copyright © 2008 Actuate Corp. All rights reserved.