|
|
|
Re: Enforce Rendering of Instance based PossibleValuesService like with Context Metamodel [message #1239210 is a reply to message #1238277] |
Mon, 03 February 2014 11:46  |
Eclipse User |
|
|
|
Quote:Yes sounds clear. Thanks. That was just hard to figure out with current samples/docu.
We could use a chapter in the documentation covering all the different property editor presentations along with their capabilities and restrictions. Could you open an enhancement request?
Quote:How does Sapphire derive whether to use slush bucket or checkbox presentation?
The checkbox list layout does not activate based on a heuristic. You have to specify it using the factory hint.
<hint>
<name>factory</name>
<value>CheckBoxListPropertyEditorPresentation$Factory</value>
</hint>
There is an example in the Sapphire Gallery sample under List Properties -> Multi-Select
Quote:Or is the checkbox presentation only available for boolean values. Wouldn't it make sense to also provide it for properties having a PossibleValuesServices (with small amount of values).
There is support for a checkbox list, but you are talking about a group of checkboxes. I can see such presentation being useful in some cases. Could you open an enhancement request?
|
|
|
Powered by
FUDForum. Page generated in 0.31544 seconds