Package | Description |
---|---|
net.sf.jasperreports.components.headertoolbar |
Contains classes for the built-in Header Toolbar component.
|
net.sf.jasperreports.components.headertoolbar.actions |
Contains Action classes for the built-in Header Toolbar component.
|
net.sf.jasperreports.components.table.util |
Contains utility classes for the built-in Table component.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
Modifier and Type | Method and Description |
---|---|
static void |
HeaderToolbarElementUtils.copyOwnTextElementStyle(EditTextElementData textElementData,
JRDesignTextElement textElement,
Locale locale) |
static void |
HeaderToolbarElementUtils.copyTextElementStyle(EditTextElementData textElementData,
JRDesignTextElement textElement,
Locale locale) |
static ConditionalFormattingData |
HeaderToolbarElementUtils.getConditionalFormattingData(JRDesignTextElement textElement,
JasperReportsContext jasperReportsContext) |
Constructor and Description |
---|
EditTextElementCommand(JRDesignTextElement textElement,
EditTextElementData editTextElementData,
ReportContext reportContext) |
Modifier and Type | Method and Description |
---|---|
static JRDesignTextElement |
TableUtil.getCellTextElement(Cell cell,
boolean oneElementPerCell)
Deprecated.
Replaced by
TableUtil.getCellElement(Class, Cell, boolean) . |
static JRDesignTextElement |
TableUtil.getColumnHeaderTextElement(StandardColumn column)
Deprecated.
Replaced by
TableUtil.getCellElement(Class, Cell, boolean) . |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignStaticText
This class is used for representing a design static text element.
|
class |
JRDesignTextField |
Copyright © 2015. All rights reserved.