public class SimpleReportingExportable extends AbstractReportingExportable
Constructor and Description |
---|
SimpleReportingExportable(Object data) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ReportingExportable s)
compares the 2 object if they are Comparable. if not, the toString-represantations are compared
|
String |
getColumnRenderer()
Defines Columnrenderer which implements the render function (used in ep 9.0)
|
Object |
getValue() |
void |
setValue(Object o)
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()
returns the toString() of the value
|
getSortText
public SimpleReportingExportable(Object data)
public Object getValue()
public void setValue(Object o)
ReportingExportable
o
- - the value objectpublic String toText()
public int compareTo(ReportingExportable s)
s
- Comparable.compareTo(Object)
public Object toHtml()
ReportingExportable
Component
or a Stringpublic String getColumnRenderer()
ReportingExportable
public Object toJson()
ReportingExportable
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.