|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.rich.export.ExportContext
public class ExportContext
The ExportContext holds context information about the current export action.
Constructor Summary | |
---|---|
ExportContext() |
Method Summary | |
---|---|
java.lang.String |
getCharset() Retrieves the charset of the current exporting action. |
java.lang.String |
getContentType() Retrieves the content type of this export action. |
ExportedRowsType |
getExportedRowsType() Gets the exported row type for the current export action. |
javax.faces.context.FacesContext |
getFacesContext() Retrieves the FacesContext instance associated with the current export action. |
java.lang.String |
getFileName() Gets the name of the file to export to. |
javax.el.MethodExpression |
getFilterMethod() |
java.lang.String |
getFilterName() Retrieves the charset of the current exporting action. |
int |
getRegularColNumber() Gets the number of regular columns |
int |
getRowLimit() Retrieves the maximum allowed number of rows to be exported. |
javax.servlet.ServletResponse |
getServletResponse() Gets the ServeletResponse associated with the current export action. |
java.lang.String |
getTitle() Gets the title of the exported document |
boolean |
isFirstDetailItem() Checks whether the current item being exported is the first component in the detail stamp or not. |
boolean |
isFirstInRow() Checks whether the current cell being exported is the first cell in row or not. |
boolean |
isSpanned() Checks whether the current cell being exported is spanned or not, either by cell before it (colSpan) or above it (rowSpan). |
void |
setCharset(java.lang.String charset) Sets the charset of the current exporting action. |
void |
setContentType(java.lang.String contentType) Sets the content type of this export action. |
void |
setExportedRowsType(ExportedRowsType exportedRowsType) Sets the exported row type for the current export action. |
void |
setFacesContext(javax.faces.context.FacesContext facesContext) Sets the FacesContext instance to be associated with the current export action. |
void |
setFileName(java.lang.String fileName) Sets the name of the file to export to. |
void |
setFilterMethod(javax.el.MethodExpression filterMethod) |
void |
setFilterName(java.lang.String filterName) Sets the charset of the current exporting action. |
void |
setFirstDetailItem(boolean firstDetailItem) Sets the flag to indicate whether the current item being exported is the first component in the detail stamp or not. |
void |
setFirstInRow(boolean firstInRow) Sets the flag that the current cell being exported is the first cell in row or not. |
void |
setRegularColNumber(int regularColNumber) Sets the number of regular columns |
void |
setRowLimit(int rowLimit) Sets the maximum allowed number of rows to be exported. |
void |
setServletResponse(javax.servlet.ServletResponse response) Sets the ServeletResponse to be associated with the current export action. |
void |
setSpanned(boolean isSpanned) Sets the flag that the current cell being exported is spanned, either by cell before it (colSpan) or above it (rowSpan). |
void |
setTitle(java.lang.String title) Sets the title of the exported document |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportContext()
Method Detail |
---|
public boolean isSpanned()
public void setSpanned(boolean isSpanned)
public boolean isFirstInRow()
public void setFirstInRow(boolean firstInRow)
public java.lang.String getCharset()
public void setCharset(java.lang.String charset)
public boolean isFirstDetailItem()
public void setFirstDetailItem(boolean firstDetailItem)
public ExportedRowsType getExportedRowsType()
public void setExportedRowsType(ExportedRowsType exportedRowsType)
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
public javax.servlet.ServletResponse getServletResponse()
public void setServletResponse(javax.servlet.ServletResponse response)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public int getRegularColNumber()
public void setRegularColNumber(int regularColNumber)
public javax.faces.context.FacesContext getFacesContext()
public void setFacesContext(javax.faces.context.FacesContext facesContext)
public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
public int getRowLimit()
public void setRowLimit(int rowLimit)
public javax.el.MethodExpression getFilterMethod()
public void setFilterMethod(javax.el.MethodExpression filterMethod)
public java.lang.String getFilterName()
public void setFilterName(java.lang.String filterName)
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.1) E10684-09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |