Interface ColumnGenerator
-
- All Known Implementing Classes:
Column
,Grid
,NestedFrom
,Properties
,Reference
public interface ColumnGenerator
ColumnGenerator.- Since:
- 2.1
- Author:
- Alfonso de la Vega
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getNames()
List<Object>
getValues(Object elem)
-
-
-
Method Detail
-
getNames
List<String> getNames() throws EolRuntimeException
- Throws:
EolRuntimeException
-
getValues
List<Object> getValues(Object elem) throws EolRuntimeException
- Throws:
EolRuntimeException
-
-