public interface ListComponent extends Component, JRCloneable
Modifier and Type | Method and Description |
---|---|
ListContents |
getContents()
Returns the list item contents.
|
JRDatasetRun |
getDatasetRun()
Returns the subdataset run information that will be used by this list.
|
java.lang.Boolean |
getIgnoreWidth()
Returns the flag that determines whether the element width is to be ignored
when filling this list.
|
java.lang.Byte |
getPrintOrder()
Deprecated.
Replaced by
getPrintOrderValue() . |
PrintOrderEnum |
getPrintOrderValue()
Returns the print order of the list cells.
|
clone
JRDatasetRun getDatasetRun()
This information is required to instantiate a subdataset from the report. The data produced by the subdataset is fed to the list item contents.
ListContents getContents()
Each record produced by the list subdataset is used to fill the list item contents and the result is included in the generated report.
java.lang.Byte getPrintOrder()
getPrintOrderValue()
.PrintOrderEnum getPrintOrderValue()
The list cells can be either printed vertically one beneath another (on a single column), or horizontally on rows of 2 or more columns.
The default print order (used when no explicit order has been set) is vertical.
ListContents.getWidth()
java.lang.Boolean getIgnoreWidth()
This flag only applies to horizontally filled reports. If the flag is set, the list will be filled on a single row.
By default, the flag is not set.
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com