Uses of Class
net.sf.jasperreports.engine.component.ComponentKey
-
Packages that use ComponentKey Package Description net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.engine 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.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.component Provides interfaces and base classes for the built-in JasperReports component functionality.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.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.part -
-
Uses of ComponentKey in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type ComponentKey Modifier and Type Method Description protected voidIconLabelComponentXmlWriter. writeIconLabelComponent(IconLabelComponent iconLabelComponent, ComponentKey componentKey, JRXmlWriter reportWriter) -
Uses of ComponentKey in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return ComponentKey Modifier and Type Method Description ComponentKeyJRComponentElement. getComponentKey()Returns the component type key for this element.ComponentKeyJRPart. getComponentKey()Returns the component type key for this part. -
Uses of ComponentKey in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as ComponentKey Modifier and Type Field Description protected ComponentKeyJRBasePart. componentKeyMethods in net.sf.jasperreports.engine.base that return ComponentKey Modifier and Type Method Description ComponentKeyJRBaseComponentElement. getComponentKey()ComponentKeyJRBasePart. getComponentKey() -
Uses of ComponentKey in net.sf.jasperreports.engine.component
Methods in net.sf.jasperreports.engine.component with parameters of type ComponentKey Modifier and Type Method Description ComponentManagerComponentsEnvironment. getManager(ComponentKey componentKey)Returns a component manager that corresponds to a particular component type key. -
Uses of ComponentKey in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return ComponentKey Modifier and Type Method Description ComponentKeyJRDesignComponentElement. getComponentKey()Methods in net.sf.jasperreports.engine.design with parameters of type ComponentKey Modifier and Type Method Description voidJRDesignComponentElement. setComponentKey(ComponentKey componentKey)Sets the component type key that corresponds to the component instance.voidJRDesignPart. setComponentKey(ComponentKey componentKey)Sets the component type key that corresponds to the component instance. -
Uses of ComponentKey in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return ComponentKey Modifier and Type Method Description ComponentKeyJRFillComponentElement. getComponentKey() -
Uses of ComponentKey in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part with parameters of type ComponentKey Modifier and Type Method Description PartComponentManagerPartComponentsEnvironment. getManager(ComponentKey componentKey)Returns a component manager that corresponds to a particular component type key.
-