Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] New topic in forum Sapphire, called Possible Value Service for Enumeration radio button group in a wizard, by Jason Pell

Title: Eclipse Community Forums
Subject: Possible Value Service for Enumeration radio button group in a wizard Author: Jason Pell Date: Wed, 19 October 2016 22:10
I would like to be able to filter what enum literals to display in a wizard page based on the value of other field values on the page.

I have the possible values service working, as its actually throwing up a error when I choose an enum from the list which is not in the list of possible values.

However I would like the renderer to remove the enum literals which are not in the possible values list.

I am using sapphire 9.0.4

I tried implementing my own PropertyEditorPresentationFactory but the factory hint is ignored.
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top