public interface ReportingExportable extends Comparable<ReportingExportable>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ReportingExportable re) |
String |
getColumnRenderer()
Defines Columnrenderer which implements the render function (used in ep 9.0)
|
default String |
getSortText()
the return-value is used for comparing values. the method might be called multiple times, and needs to avoid expensive recalculations.
|
Object |
getValue() |
void |
setValue(Object val)
Sets the value for this object
|
Object |
toHtml()
return type is either an implementation of
Component or a String |
Object |
toJson()
Export Data to Json (used in ep 9.0)
|
String |
toText()
used for CSV/EXCEL/XML export...
|
int compareTo(ReportingExportable re)
compareTo
in interface Comparable<ReportingExportable>
default String getSortText()
toText()
AbstractReportingExportable.getSortText()
String toText()
Object toHtml()
Component
or a StringObject toJson() throws JSONException
JSONException
Object getValue()
void setValue(Object val)
val
- - the value objectString getColumnRenderer()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.