Issue with Optional<Enum> widget

Hello,

Not sure if I am doing something wrong but the following widget definition ignores the given title (and shows no description button). The widget name is generated from the variable name and displayed as “My Test Setting”. (I’m working with a KNIME SDK from branch releases/STS)

@Widget(title = "My Title", description = "the description of this setting")
@OptionalWidget(defaultProvider = DefaultOptionProvider.class)
@ChoicesProvider(AvailableOptionsProvider.class)
Optional<TestEnum> m_myTestSetting = Optional.empty();

Best,
Antje

I have to add one more issue: the help button next to the widget is also missing.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.