public interface IASCIITableAware
| Modifier and Type | Method and Description |
|---|---|
String |
formatData(ASCIITableHeader header,
int row,
int col,
Object data)
Returns the formatted data item for a particular cell.
|
List<List<Object>> |
getData()
Returns the data items to render.
|
List<ASCIITableHeader> |
getHeaders()
Returns the list of headers to render.
|
List<ASCIITableHeader> getHeaders()
String formatData(ASCIITableHeader header, int row, int col, Object data)
header - data - Copyright © 2016 camunda services GmbH. All rights reserved.