|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
org.pentaho.reporting.libraries.base.boot.AbstractModule
org.pentaho.reporting.engine.classic.core.modules.output.table.html.HtmlTableModule
public class HtmlTableModule
The module definition for the Html table export module.
| Field Summary | |
|---|---|
static String |
ALLOW_RAW_LINK_TARGETS
Key for allowing raw link targets (must contain the value "true" to be considered true |
static String |
AUTHOR
Key for specifying the Author in the HTML header |
static String |
BODY_FRAGMENT
The property key to define whether to build a html body fragment. |
static String |
COPY_EXTERNAL_IMAGES
Key for forcing a copy of external images (must contain the value "true" to be considered true |
static String |
EMPTY_CELLS_USE_CSS
Key for allowing raw link targets (must contain the value "true" to be considered true |
static String |
ENCODING
the fileencoding for the main html file. |
static String |
ENCODING_DEFAULT
a default value for the fileencoding of the main html file. |
static String |
EXTERNALIZE_STYLE
Key for specifying that style information should be externalized instead of inline (must contain the value "true" to be considered true |
static String |
FORCE_BUFFER_WRITING
Key for forcing buffer writing (must contain the value "true" to be considered true |
static String |
INLINE_STYLE
Key for specifying that style information should be inlined instead of externalized (must contain the value "true" to be considered true |
static String |
KEYWORDS
Key for specifying the Keywords in the HTML header |
static String |
PROPORTIONAL_COLUMN_WIDTHS
Key for specifying whether columns widths should be given in percentages instead of absolute widths. |
static String |
SUBJECT
Key for specifying the Subject in the HTML header |
static String |
TABLE_HTML_FLOW_EXPORT_TYPE
|
static String |
TABLE_HTML_PAGE_EXPORT_TYPE
|
static String |
TABLE_HTML_STREAM_EXPORT_TYPE
|
static String |
TABLE_ROW_BORDER_DEFINITION
Key for specifying whether common borders of all cells are replicated on the table-row elements. |
static String |
TITLE
Key for specifying the HTML TITLE |
static String |
USE_TABLE_LAYOUT_FIXED
|
static String |
ZIP_HTML_EXPORT_TYPE
|
| Constructor Summary | |
|---|---|
HtmlTableModule()
DefaultConstructor. |
|
| Method Summary | |
|---|---|
void |
initialize(org.pentaho.reporting.libraries.base.boot.SubSystem subSystem)
Initializes the module. |
| Methods inherited from class org.pentaho.reporting.libraries.base.boot.AbstractModule |
|---|
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, setOptionalModules, toString |
| Methods inherited from class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo |
|---|
equals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevel |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.pentaho.reporting.libraries.base.boot.ModuleInfo |
|---|
getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel |
| Field Detail |
|---|
public static final String USE_TABLE_LAYOUT_FIXED
public static final String ENCODING
public static final String ENCODING_DEFAULT
public static final String BODY_FRAGMENT
public static final String EMPTY_CELLS_USE_CSS
true
public static final String TABLE_ROW_BORDER_DEFINITION
public static final String PROPORTIONAL_COLUMN_WIDTHS
public static final String COPY_EXTERNAL_IMAGES
true
public static final String INLINE_STYLE
true
public static final String EXTERNALIZE_STYLE
true
public static final String FORCE_BUFFER_WRITING
true
public static final String ALLOW_RAW_LINK_TARGETS
true
public static final String TITLE
public static final String SUBJECT
public static final String AUTHOR
public static final String KEYWORDS
public static final String TABLE_HTML_STREAM_EXPORT_TYPE
public static final String TABLE_HTML_FLOW_EXPORT_TYPE
public static final String TABLE_HTML_PAGE_EXPORT_TYPE
public static final String ZIP_HTML_EXPORT_TYPE
| Constructor Detail |
|---|
public HtmlTableModule()
throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException - if an error occured.| Method Detail |
|---|
public void initialize(org.pentaho.reporting.libraries.base.boot.SubSystem subSystem)
throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
subSystem - the subSystem.
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException - if an error ocurred while initializing the module.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||