public class RSSimpleTableBean extends CompiledTableReport implements CompiledReport
| Constructor and Description |
|---|
RSSimpleTableBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(java.lang.Object value) |
void |
close() |
java.util.List<java.lang.String> |
getAttributes() |
java.lang.String |
getFileExtension()
Returns a file extension for files of this type
|
java.lang.String |
getMimeType()
Returns the mime type of this report.
|
java.lang.Object |
getReport()
Returns the actual report.
|
java.util.List<DynaBean> |
getTable() |
boolean |
isStringReport()
Returns true if the report is String based (in contrast to binary)
|
void |
nextRow() |
void |
setDefinition(TableDefinition td,
TableReport report) |
hasData, setHasDataequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasDatapublic void setDefinition(TableDefinition td, TableReport report)
public java.util.List<java.lang.String> getAttributes()
public java.lang.Object getReport()
CompiledReportgetReport in interface CompiledReportpublic java.lang.String getMimeType()
CompiledReportgetMimeType in interface CompiledReportpublic java.lang.String getFileExtension()
CompiledReportgetFileExtension in interface CompiledReportpublic void addField(java.lang.Object value)
public java.util.List<DynaBean> getTable()
public void nextRow()
public boolean isStringReport()
CompiledReportisStringReport in interface CompiledReportisStringReport in class CompiledTableReportpublic void close()