Interface TableView
- All Known Subinterfaces:
NodeTableView
- All Known Implementing Classes:
TableNodeView
public interface TableView
Represents a view of on a table (which is not necessarily rendered as a table!). Note that there is the
NodeTableView interface which pairs this interface with a NodeView. Another use case would be the
PortView of a table output port.- Author:
- Paul Bärnreuther
-
Method Summary
-
Method Details
-
createSelectionTranslationService
- Returns:
- optional service to translate selection requests
- Since:
- 4.6
-
getPortIndex
int getPortIndex()- Returns:
- the index of the input (or output) port supplying the table to be viewed. Hereby the flow variable port
is not counted, i.e. this defaults to the first input port after the flow variables port. This input port
has to be a
BufferedDataTable.
-