Uses of Enum Class
org.knime.gateway.impl.service.events.SelectionEventSource.SelectionEventMode
Packages that use SelectionEventSource.SelectionEventMode
Package
Description
To be moved into the respective gateway-plugin as soon as it's part of the default build.
-
Uses of SelectionEventSource.SelectionEventMode in org.knime.gateway.impl.service.events
Methods in org.knime.gateway.impl.service.events that return SelectionEventSource.SelectionEventModeModifier and TypeMethodDescriptionSelectionEvent.getMode()Returns the enum constant of this class with the specified name.SelectionEventSource.SelectionEventMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.knime.gateway.impl.service.events with parameters of type SelectionEventSource.SelectionEventModeModifier and TypeMethodDescriptionstatic voidSelectionEventSource.processSelectionEvent(org.knime.core.node.property.hilite.HiLiteHandler hiLiteHandler, org.knime.core.node.workflow.NodeID nodeId, SelectionEventSource.SelectionEventMode selectionEventMode, boolean async, Set<org.knime.core.data.RowKey> rowKeys) Forwards selection events to the given hilite-handler.