|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.birt.report.engine.api.RenderOptionBase
org.eclipse.birt.report.engine.api.HTMLRenderOption
output settings for HTML output format
| Field Summary |
| Fields inherited from class org.eclipse.birt.report.engine.api.RenderOptionBase |
ACTION_HANDLER, FIT_TO_PAGE, IMAGE_HANDLER, LOCALE, options, OUTPUT_FILE_NAME, OUTPUT_FORMAT, OUTPUT_FORMAT_FO, OUTPUT_FORMAT_HTML, OUTPUT_FORMAT_PDF, OUTPUT_STREAM, PAGEBREAK_PAGINATION_ONLY |
| Fields inherited from interface org.eclipse.birt.report.engine.api.IHTMLRenderOption |
HTML, HTML_DISPLAY_FILTER_ICON, HTML_DISPLAY_GROUP_ICON, HTML_ENABLE_AGENTSTYLE_ENGINE, HTML_ENABLE_METADATA, HTML_INCLUDE_SELECTION_HANDLE, HTML_LAYOUT_PREFERENCE, HTML_NOCSS, HTML_PAGINATION, HTML_RTL_FLAG, HTML_TITLE, HTML_TYPE, HTML_WRAP_TEMPLATE_TABLE, INSTANCE_ID_LIST, LAYOUT_PREFERENCE_AUTO, LAYOUT_PREFERENCE_FIXED, MASTER_PAGE_CONTENT, PAGEFOOTER_FLOAT_FLAG, URL_ENCODING, USER_AGENT |
| Constructor Summary | |
HTMLRenderOption()
constructor |
|
| Method Summary | |
IHTMLActionHandler |
getActionHandle()
|
boolean |
getDisplayFilterIcon()
|
boolean |
getDisplayGroupIcon()
|
boolean |
getEmbeddable()
|
boolean |
getEnableAgentStyleEngine()
|
boolean |
getEnableMetadata()
|
boolean |
getHtmlPagination()
|
boolean |
getHtmlRtLFlag()
|
java.lang.String |
getHtmlTitle()
|
boolean |
getIncludeSelectionHandle()
Deprecated. includeSelectionHandle is replaced by eanableMetadata flag. |
java.util.List |
getInstanceIDs()
|
java.lang.String |
getLayoutPreference()
|
boolean |
getMasterPageContent()
|
boolean |
getPageFooterFloatFlag()
|
java.lang.String |
getUserAgent()
|
boolean |
getWrapTemplateTable()
|
void |
setActionHandle(IHTMLActionHandler handler)
|
void |
setDisplayFilterIcon(boolean displayFilterIcon)
Sets the flag indicationg that if filter icons should be displayed. |
void |
setDisplayGroupIcon(boolean displayGroupIcon)
Sets the flag indicationg that if group expand/collapse icons should be displayed. |
void |
setEmbeddable(boolean embeddable)
sets whether the HTML output can be embedded directly into an HTML page |
void |
setEnableAgentStyleEngine(boolean enableAgentStyleEngine)
Sets the flag indicationg that agentStyleEngine is enabled or not. |
void |
setEnableMetadata(boolean enableMetadata)
Sets the flag which indicating if metadata should be output. |
void |
setHtmlPagination(boolean paginate)
|
void |
setHtmlRtLFlag(boolean option)
|
void |
setHtmlTitle(java.lang.String htmlTile)
|
void |
setIncludeSelectionHandle(boolean option)
Deprecated. includeSelectionHandle is replaced by eanableMetadata flag. |
void |
setInstanceIDs(java.util.List instanceIDs)
|
void |
setLayoutPreference(java.lang.String layoutPreference)
Sets the flag indicationg that if the table should be outed as fixed. |
void |
setMasterPageContent(boolean show)
|
void |
setPageFooterFloatFlag(boolean option)
|
void |
setUserAgent(java.lang.String userAgent)
|
void |
setWrapTemplateTable(boolean wrapTemplateTable)
Sets the flag indicationg that if the top-level table should be wrapped. |
| Methods inherited from class org.eclipse.birt.report.engine.api.RenderOptionBase |
getOption, getOutputFormat, getOutputSetting, setOption, setOutputFileName, setOutputFormat, setOutputStream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HTMLRenderOption()
| Method Detail |
public java.util.List getInstanceIDs()
public void setInstanceIDs(java.util.List instanceIDs)
instanceIDs - The instanceIDs to set.public void setEmbeddable(boolean embeddable)
embeddable - whether the HTML output can be embedded directly into an HTML
pagepublic boolean getEmbeddable()
public void setUserAgent(java.lang.String userAgent)
userAgent - the user agent of the requestpublic java.lang.String getUserAgent()
public void setMasterPageContent(boolean show)
public boolean getMasterPageContent()
public void setHtmlPagination(boolean paginate)
public boolean getHtmlPagination()
public void setActionHandle(IHTMLActionHandler handler)
public IHTMLActionHandler getActionHandle()
public void setIncludeSelectionHandle(boolean option)
public boolean getIncludeSelectionHandle()
public void setHtmlRtLFlag(boolean option)
public boolean getHtmlRtLFlag()
public void setHtmlTitle(java.lang.String htmlTile)
htmlTile - public java.lang.String getHtmlTitle()
public void setPageFooterFloatFlag(boolean option)
public boolean getPageFooterFloatFlag()
public void setEnableMetadata(boolean enableMetadata)
enableMetadata - the flagpublic boolean getEnableMetadata()
public void setDisplayFilterIcon(boolean displayFilterIcon)
displayFilterIcon - the flagpublic boolean getDisplayFilterIcon()
public void setDisplayGroupIcon(boolean displayGroupIcon)
displayGroupIcon - the flagpublic boolean getDisplayGroupIcon()
public void setWrapTemplateTable(boolean wrapTemplateTable)
wrapTemplateTable - the flagpublic boolean getWrapTemplateTable()
public void setLayoutPreference(java.lang.String layoutPreference)
layoutPreference - the flagpublic java.lang.String getLayoutPreference()
public void setEnableAgentStyleEngine(boolean enableAgentStyleEngine)
enableAgentStyleEngine - True: means the HTML emitter will output the BIRT styles directly to the report
and depends on the browser to implement the style calculation.
False: means the HTML emitter will use BIRT style engine to calculate the styles
and output the result to the report.public boolean getEnableAgentStyleEngine()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||