Package io.dataease.plugins.view.handler
Interface PluginViewRSHandler<E>
-
- Type Parameters:
E-
- All Known Implementing Classes:
DefaultViewRSHandler
public interface PluginViewRSHandler<E>如果要对视图结果重新组织 请实现这个接口
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Eformat(PluginViewParam param, List<String[]> data, boolean isDrill)
-
-
-
Method Detail
-
format
E format(PluginViewParam param, List<String[]> data, boolean isDrill)
-
-