Uses of Interface
net.sf.jasperreports.components.list.ListContents
-
Packages that use ListContents Package Description net.sf.jasperreports.components.list 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 ListContents Modifier and Type Class Description classBaseListContentsListContentsimplementation used in compiled reports.classDesignListContentsListContentsimplementation used at report design time.Methods in net.sf.jasperreports.components.list that return ListContents Modifier and Type Method Description ListContentsListComponent. getContents()Returns the list item contents.ListContentsStandardListComponent. getContents()Methods in net.sf.jasperreports.components.list with parameters of type ListContents Modifier and Type Method Description voidStandardListComponent. 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 ListContents Constructor Description BaseListContents(ListContents listContents, JRBaseObjectFactory factory)FillListContents(ListContents listContents, JRFillObjectFactory factory)
-