Uses of Interface
net.sf.jasperreports.engine.JRConditionalStyle
Packages that use JRConditionalStyle
Package
Description
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRConditionalStyle in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRConditionalStyleModifier and TypeMethodDescriptionabstract JRConditionalStyleJRAbstractObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle parentStyle) JRStyle.getConditionalStyles()Methods in net.sf.jasperreports.engine with parameters of type JRConditionalStyleModifier and TypeMethodDescriptionabstract JRConditionalStyleJRAbstractObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle parentStyle) -
Uses of JRConditionalStyle in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRConditionalStyleFields in net.sf.jasperreports.engine.base declared as JRConditionalStyleMethods in net.sf.jasperreports.engine.base that return JRConditionalStyleModifier and TypeMethodDescriptionJRBaseObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle style) JRBaseStyle.getConditionalStyles()Methods in net.sf.jasperreports.engine.base with parameters of type JRConditionalStyleModifier and TypeMethodDescriptionJRBaseObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle style) Constructors in net.sf.jasperreports.engine.base with parameters of type JRConditionalStyleModifierConstructorDescriptionJRBaseConditionalStyle(JRConditionalStyle style, JRStyle parentStyle, JRAbstractObjectFactory factory) -
Uses of JRConditionalStyle in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRConditionalStyleMethods in net.sf.jasperreports.engine.design that return JRConditionalStyleMethods in net.sf.jasperreports.engine.design that return types with arguments of type JRConditionalStyleMethods in net.sf.jasperreports.engine.design with parameters of type JRConditionalStyleModifier and TypeMethodDescriptionvoidJRDesignStyle.addConditionalStyle(int index, JRConditionalStyle conditionalStyle) voidJRDesignStyle.addConditionalStyle(JRConditionalStyle conditionalStyle) booleanJRDesignStyle.removeConditionalStyle(JRConditionalStyle conditionalStyle) -
Uses of JRConditionalStyle in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRConditionalStyleModifier and TypeMethodDescriptionJRFillObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle style) Methods in net.sf.jasperreports.engine.fill with parameters of type JRConditionalStyleModifier and TypeMethodDescriptionJRFillObjectFactory.getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle style) -
Uses of JRConditionalStyle in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRConditionalStyleModifier and TypeMethodDescriptionprotected voidJRApiWriter.writeConditionalStyle(JRConditionalStyle style, String styleName) Writes a conditional style.