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 TypeClassDescriptionclassListContentsimplementation used in compiled reports.classListContentsimplementation 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 TypeMethodDescriptionvoidStandardListComponent.setContents(ListContents contents) Sets the list item contents.protected voidListComponentCompiler.verifyContents(JRVerifier verifier, ListContents listContents, int contentsWidth) Constructors in net.sf.jasperreports.components.list with parameters of type ListContentsModifierConstructorDescriptionprotectedBaseListContents(ListContents listContents, JRBaseObjectFactory factory) protectedFillListContents(ListContents listContents, JRFillObjectFactory factory)