Interface FormatOperationsRecorder<IFACE_TYPE extends FormatOperationsRecorder<IFACE_TYPE>>
- All Known Subinterfaces:
RollupTable.NodeOperationsRecorder,TreeTable.NodeOperationsRecorder
public interface FormatOperationsRecorder<IFACE_TYPE extends FormatOperationsRecorder<IFACE_TYPE>>
Records format operations to be applied to individual nodes of a hierarchical table for presentation. Supports a
subset of the
Table API.-
Method Summary
Modifier and TypeMethodDescriptionformatColumns(String... columnFormats) formatColumnWhere(String columnName, String condition, String formula) formatRowWhere(String condition, String formula)