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, setHasData
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasData
public void setDefinition(TableDefinition td, TableReport report)
public java.util.List<java.lang.String> getAttributes()
public java.lang.Object getReport()
CompiledReport
getReport
in interface CompiledReport
public java.lang.String getMimeType()
CompiledReport
getMimeType
in interface CompiledReport
public java.lang.String getFileExtension()
CompiledReport
getFileExtension
in interface CompiledReport
public void addField(java.lang.Object value)
public java.util.List<DynaBean> getTable()
public void nextRow()
public boolean isStringReport()
CompiledReport
isStringReport
in interface CompiledReport
isStringReport
in class CompiledTableReport
public void close()