Uses of Interface
net.sf.jasperreports.engine.style.StyleProvider
-
Packages that use StyleProvider Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.style Contains factory interfaces and implementations for style providers.net.sf.jasperreports.interactivity.headertoolbar Contains classes for the built-in Header Toolbar component. -
-
Uses of StyleProvider in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill with type parameters of type StyleProvider Modifier and Type Field Description protected List<StyleProvider>
JRFillElement. styleProviders
-
Uses of StyleProvider in net.sf.jasperreports.engine.style
Classes in net.sf.jasperreports.engine.style that implement StyleProvider Modifier and Type Class Description class
PropertyStyleProvider
Methods in net.sf.jasperreports.engine.style that return StyleProvider Modifier and Type Method Description StyleProvider
PropertyStyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)
StyleProvider
StyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)
-
Uses of StyleProvider in net.sf.jasperreports.interactivity.headertoolbar
Classes in net.sf.jasperreports.interactivity.headertoolbar that implement StyleProvider Modifier and Type Class Description class
HeaderToolbarConditionalStyleProvider
Methods in net.sf.jasperreports.interactivity.headertoolbar that return StyleProvider Modifier and Type Method Description StyleProvider
HeaderToolbarConditionalStyleProviderFactory. getStyleProvider(StyleProviderContext context, JasperReportsContext jasperreportsContext)
-