Uses of Interface
net.sf.jasperreports.components.list.ListContents
Packages that use ListContents
Package
Description
Contains classes for the built-in List component.
-
Uses of ListContents in net.sf.jasperreports.components.list
Classes in net.sf.jasperreports.components.list that implement ListContentsModifier and TypeClassDescriptionclass
ListContents
implementation used in compiled reports.class
ListContents
implementation used at report design time.Methods in net.sf.jasperreports.components.list that return ListContentsModifier and TypeMethodDescriptionListComponent.getContents()
Returns the list item contents.StandardListComponent.getContents()
Methods in net.sf.jasperreports.components.list with parameters of type ListContentsModifier and TypeMethodDescriptionvoid
StandardListComponent.setContents
(ListContents contents) Sets the list item contents.protected void
ListComponentCompiler.verifyContents
(JRVerifier verifier, ListContents listContents, int contentsWidth) Constructors in net.sf.jasperreports.components.list with parameters of type ListContentsModifierConstructorDescriptionprotected
BaseListContents
(ListContents listContents, JRBaseObjectFactory factory) protected
FillListContents
(ListContents listContents, JRFillObjectFactory factory)