Package | Description |
---|---|
net.sf.jasperreports.components.headertoolbar.actions |
Contains Action classes for the built-in Header Toolbar component.
|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.components.table.util |
Contains utility classes for the built-in Table 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.convert | |
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.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Constructor and Description |
---|
ConditionalFormattingCommand(JasperReportsContext jasperReportsContext,
JRTextField textElement,
ConditionalFormattingData conditionalFormattingData) |
Modifier and Type | Method and Description |
---|---|
JRTextField |
IconLabelComponent.getIconTextField() |
JRTextField |
IconLabelComponent.getLabelTextField() |
Modifier and Type | Method and Description |
---|---|
void |
IconLabelComponent.setIconTextField(JRTextField iconTextField) |
void |
IconLabelComponent.setLabelTextField(JRTextField labelTextField) |
Modifier and Type | Method and Description |
---|---|
protected void |
TableReport.ColumnHeaderCreator.addHeaderToolbarElement(Column column,
JRDesignFrame frame,
JRTextField sortTextField) |
protected TimeZone |
TableReport.getFormatTimeZone(JRTextField textField,
Class<?> valueClass) |
Modifier and Type | Method and Description |
---|---|
static JRTextField |
TableUtil.getCellDetailTextElement(Cell cell,
boolean oneElementPerCell)
Deprecated.
Replaced by
TableUtil.getCellElement(Class, Cell, boolean) . |
static JRTextField |
TableUtil.getColumnDetailTextElement(Column column)
Deprecated.
Replaced by
TableUtil.getCellElement(Class, Cell, boolean) . |
Modifier and Type | Method and Description |
---|---|
static boolean |
TableUtil.hasSingleChunkExpression(JRTextField textField) |
static boolean |
TableUtil.isFilterable(JRTextField textField) |
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRTextField textField) |
void |
JRVisitor.visitTextField(JRTextField textField) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseTextField
This class is used for representing a text field.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitTextField(JRTextField textField) |
Constructor and Description |
---|
JRBaseTextField(JRTextField textField,
JRBaseObjectFactory factory)
Initializes the text field properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitTextField(JRTextField textField) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignTextField |
Modifier and Type | Class and Description |
---|---|
class |
JRFillTextField |
Modifier and Type | Method and Description |
---|---|
protected void |
JRTemplateText.setTextField(JRTextField textField) |
void |
JRFillObjectFactory.visitTextField(JRTextField textField) |
Constructor and Description |
---|
JRFillTextField(JRBaseFiller filler,
JRTextField textField,
JRFillObjectFactory factory) |
JRTemplateText(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRTextField textField) |
Modifier and Type | Method and Description |
---|---|
static String |
JRStyleResolver.getPattern(JRTextField element)
Deprecated.
|
String |
StyleResolver.getPattern(JRTextField element) |
static boolean |
JRStyleResolver.isBlankWhenNull(JRTextField element)
Deprecated.
|
boolean |
StyleResolver.isBlankWhenNull(JRTextField element) |
void |
UniformElementVisitor.visitTextField(JRTextField textField) |
void |
JRVisitorSupport.visitTextField(JRTextField textField) |
void |
JRDelegationVisitor.visitTextField(JRTextField textField) |
void |
JRApiWriter.writeTextField(JRTextField textField,
String textFieldName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitTextField(JRTextField textField) |
void |
JRXmlWriter.writeTextField(JRTextField textField) |
Copyright © 2016. All rights reserved.