public interface Expandable extends ReportingExportable
ReportingExportable
that implement that interface, may multiply a single DB result into multiple table-model rows (e.g. expand a time-interval into single dates)Modifier and Type | Method and Description |
---|---|
default List<ReportingExportable> |
expand(Query q)
returns the list of
ReportingExportable s the current item should be expanded to |
compareTo, getColumnRenderer, getSortText, getValue, setValue, toHtml, toJson, toText
default List<ReportingExportable> expand(Query q)
ReportingExportable
s the current item should be expanded toq
- the query@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.