|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.wcf.component.ComponentSupport com.tonbeller.jpivot.print.PrintComponent
public class PrintComponent
Field Summary | |
---|---|
java.lang.String |
PRINT_CHART_PAGEBREAK
|
java.lang.String |
PRINT_PAGE_HEIGHT
|
java.lang.String |
PRINT_PAGE_ORIENTATION
|
java.lang.String |
PRINT_PAGE_WIDTH
|
java.lang.String |
PRINT_PAPER_TYPE
|
java.lang.String |
PRINT_TABLE_WIDTH
|
java.lang.String |
PRINT_TITLE
|
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
EXTENSIONAL, INTENSIONAL |
Constructor Summary | |
---|---|
PrintComponent(java.lang.String id,
com.tonbeller.wcf.controller.RequestContext context)
|
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
|
double |
getPageHeight()
Getter for property pageHeight. |
java.lang.String |
getPageOrientation()
Getter for property pageOrientation. |
double |
getPageWidth()
Getter for property pageWidth. |
java.lang.String |
getPaperType()
Getter for property paperType. |
java.lang.String |
getReportTitle()
Getter for property reportTitle. |
double |
getTableWidth()
Getter for property tableWidth. |
void |
initialize(com.tonbeller.wcf.controller.RequestContext context)
called once by the creating tag |
boolean |
isChartPageBreak()
Getter for property chartPageBreak. |
boolean |
isSetPageWidth()
Getter for property setPageWidth. |
boolean |
isSetTableWidth()
Getter for property setTableWidth. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
org.w3c.dom.Document |
render(com.tonbeller.wcf.controller.RequestContext context)
|
void |
setChartPageBreak(boolean chartPageBreak)
Setter for property chartPageBreak. |
void |
setPageHeight(double pageHeight)
Setter for property pageHeight. |
void |
setPageOrientation(java.lang.String pageOrientation)
Setter for property pageOrientation. |
void |
setPageWidth(double pageWidth)
Setter for property pageWidth. |
void |
setPaperType(java.lang.String paperType)
Setter for property paperType. |
void |
setReportTitle(java.lang.String reportTitle)
Setter for property reportTitle. |
void |
setSetPageWidth(boolean setPageWidth)
Setter for property setPageWidth. |
void |
setSetTableWidth(boolean setTableWidth)
Setter for property setTableWidth. |
void |
setTableWidth(double tableWidth)
Setter for property tableWidth. |
Methods inherited from class com.tonbeller.wcf.component.ComponentSupport |
---|
addFormListener, destroy, getBookmarkState, getDispatcher, getForm, getId, getLocale, getNextView, getParent, getRoleExpr, isAutoValidate, isListeningTo, isVisible, removeFormListener, request, revert, setAutoValidate, setBookmarkState, setId, setNextView, setParent, setRoleExpr, setVisible, validate, valueBound, valueUnbound |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.lang.String PRINT_PAGE_WIDTH
public final java.lang.String PRINT_PAPER_TYPE
public final java.lang.String PRINT_PAGE_ORIENTATION
public final java.lang.String PRINT_TABLE_WIDTH
public final java.lang.String PRINT_PAGE_HEIGHT
public final java.lang.String PRINT_TITLE
public final java.lang.String PRINT_CHART_PAGEBREAK
Constructor Detail |
---|
public PrintComponent(java.lang.String id, com.tonbeller.wcf.controller.RequestContext context)
Method Detail |
---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public void initialize(com.tonbeller.wcf.controller.RequestContext context) throws java.lang.Exception
initialize
in interface com.tonbeller.wcf.component.LifeCycle
initialize
in class com.tonbeller.wcf.component.ComponentSupport
java.lang.Exception
public java.lang.String getReportTitle()
public void setReportTitle(java.lang.String reportTitle)
reportTitle
- New value of property reportTitle.public org.w3c.dom.Document render(com.tonbeller.wcf.controller.RequestContext context) throws java.lang.Exception
java.lang.Exception
public boolean isSetPageWidth()
public void setSetPageWidth(boolean setPageWidth)
setPageWidth
- New value of property setPageWidth.public double getPageWidth()
public void setPageWidth(double pageWidth)
pageWidth
- New value of property pageWidth.public java.lang.String getPageOrientation()
public void setPageOrientation(java.lang.String pageOrientation)
pageOrientation
- New value of property pageOrientation.public java.lang.String getPaperType()
public void setPaperType(java.lang.String paperType)
paperType
- New value of property paperType.public boolean isSetTableWidth()
public void setSetTableWidth(boolean setTableWidth)
setTableWidth
- New value of property setTableWidth.public boolean isChartPageBreak()
public void setChartPageBreak(boolean chartPageBreak)
chartPageBreak
- New value of property chartPageBreak.public double getPageHeight()
public void setPageHeight(double pageHeight)
pageHeight
- New value of property pageHeight.public double getTableWidth()
public void setTableWidth(double tableWidth)
tableWidth
- New value of property tableWidth.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |