Uses of Class
org.knime.core.webui.data.RpcDataService
Packages that use RpcDataService
Package
Description
The dialog of a node is an UI extension that allows a user to change node settings.
This package offers a default implementation of a Node Dialog as described in
org.knime.core.webui.node.dialog.-
Uses of RpcDataService in org.knime.core.webui.data
Methods in org.knime.core.webui.data that return RpcDataServiceMethods in org.knime.core.webui.data that return types with arguments of type RpcDataServiceModifier and TypeMethodDescriptionDataServiceProvider.createRpcDataService()Creates the rpc data service instance. -
Uses of RpcDataService in org.knime.core.webui.node.dialog
Methods in org.knime.core.webui.node.dialog that return types with arguments of type RpcDataService -
Uses of RpcDataService in org.knime.core.webui.node.dialog.defaultdialog
Methods in org.knime.core.webui.node.dialog.defaultdialog that return types with arguments of type RpcDataService -
Uses of RpcDataService in org.knime.core.webui.node.view.table
Methods in org.knime.core.webui.node.view.table that return RpcDataServiceModifier and TypeMethodDescriptionstatic RpcDataServiceTableViewUtil.createRpcDataService(TableViewDataService tableViewDataService, String tableId) Methods in org.knime.core.webui.node.view.table that return types with arguments of type RpcDataServiceModifier and TypeMethodDescriptionstatic org.knime.core.util.Pair<InitialDataService<TableViewInitialData>,Supplier<RpcDataService>> TableViewUtil.createInitialDataServiceWithRPCDataService(Supplier<TableViewViewSettings> settingsSupplier, Supplier<org.knime.core.node.BufferedDataTable> tableSupplier, Supplier<Set<org.knime.core.data.RowKey>> selectionSupplier, String tableId, Runnable onDeactivate, Runnable onDispose) This method must be used instead of constructing the initial data service and the RPC data service individually if there are settings which influence what tables are cached within theTableViewDataService.TableNodeView.createRpcDataService()