Interface UpdateViewOperationsRecorder<IFACE_TYPE extends UpdateViewOperationsRecorder<IFACE_TYPE>>
- All Known Subinterfaces:
RollupTable.NodeOperationsRecorder
public interface UpdateViewOperationsRecorder<IFACE_TYPE extends UpdateViewOperationsRecorder<IFACE_TYPE>>
Records updateView operations to be applied to individual nodes of a hierarchical table for presentation. Supports a
subset of the
Table
API.-
Method Summary
Modifier and TypeMethodDescriptionupdateView
(String... columns) SeeTableOperations.updateView(String...)
(String...)}.updateView
(Collection<Selectable> columns)
-
Method Details
-
updateView
SeeTableOperations.updateView(String...)
(String...)}.- Returns:
- A new recorder with this operation recorded to apply to node
tables
.
-
updateView
- Returns:
- A new recorder with this operation recorded to apply to node
tables
.
-