|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.pentaho.reporting.engine.classic.core.modules.gui.base.AbstractExportDialog
org.pentaho.reporting.engine.classic.core.modules.gui.html.HtmlDirExportDialog
public class HtmlDirExportDialog
A dialog that is used to perform the printing of a report into an HTML file.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.ModalExclusionType, Dialog.ModalityType |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.BaselineResizeBehavior |
Field Summary | |
---|---|
static String |
HTML_OUTPUT_ENCODING
The 'HTML encoding' property key. |
static String |
HTML_OUTPUT_ENCODING_DEFAULT
A default value of the 'HTML encoding' property key. |
Fields inherited from class java.awt.Dialog |
---|
DEFAULT_MODALITY_TYPE |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
HtmlDirExportDialog()
Creates a new HTML save dialog. |
|
HtmlDirExportDialog(Dialog owner)
Creates a new HTML export dialog. |
|
HtmlDirExportDialog(Frame owner)
Creates a new HTML save dialog. |
Method Summary | |
---|---|
void |
clear()
Clears all selections and input fields. |
String |
getAuthor()
Gets the author of the dialog. |
String |
getDataFilename()
Returns the directory data file name. |
String |
getDescription()
|
String |
getEncoding()
Returns the selected encoding. |
String |
getFilename()
Returns the directory file name. |
String |
getHTMLTitle()
Returns the title of the HTML file. |
String |
getKeywords()
|
JStatusBar |
getStatusBar()
|
boolean |
isStrictLayout()
Returns the setting of the 'strict layout' check-box. |
boolean |
performValidate()
Validates the contents of the dialog's input fields. |
void |
setAuthor(String author)
Defines the Author of the report. |
void |
setDataFilename(String dirFilename)
Sets the directory data file name. |
void |
setDescription(String description)
|
void |
setEncoding(String encoding)
Sets the encoding. |
void |
setFilename(String dirFilename)
Sets the directory file name. |
void |
setHTMLTitle(String title)
Defines the title of the HTML file. |
void |
setKeywords(String keywords)
|
void |
setStrictLayout(boolean s)
Sets the 'strict layout' check-box. |
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.gui.base.AbstractExportDialog |
---|
isConfirmed, performQueryForExport |
Methods inherited from class javax.swing.JDialog |
---|
getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update |
Methods inherited from class java.awt.Dialog |
---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String HTML_OUTPUT_ENCODING
public static final String HTML_OUTPUT_ENCODING_DEFAULT
Constructor Detail |
---|
public HtmlDirExportDialog(Frame owner)
owner
- the dialog owner.public HtmlDirExportDialog(Dialog owner)
owner
- the dialog owner.public HtmlDirExportDialog()
Method Detail |
---|
public JStatusBar getStatusBar()
getStatusBar
in class AbstractExportDialog
public String getHTMLTitle()
public void setHTMLTitle(String title)
title
- the titlepublic String getAuthor()
public void setAuthor(String author)
author
- the name of the author.public void setKeywords(String keywords)
public String getKeywords()
public void setDescription(String description)
public String getDescription()
public void clear()
clear
in class AbstractExportDialog
public String getDataFilename()
public void setDataFilename(String dirFilename)
dirFilename
- the file name.public String getFilename()
public void setFilename(String dirFilename)
dirFilename
- the file name.public boolean isStrictLayout()
public void setStrictLayout(boolean s)
s
- boolean.public String getEncoding()
public void setEncoding(String encoding)
encoding
- the encoding name.public boolean performValidate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |