Implement support for value parameter choices, defaults, etc.
-------------------------------------------------------------

                 Key: ISIS-105
                 URL: https://issues.apache.org/jira/browse/ISIS-105
             Project: Isis
          Issue Type: New Feature
          Components: Viewer: Wicket
            Reporter: Kevin Meyer
            Priority: Minor


Currently the Wicket viewer only supports Entity choice support (i.e. if a 
choicesXXXX() method exists, it is only used if the item is an entity, not a 
value).

This should be extended to include support for values.

This also extends to defaultXXX(), etc, if it isn't already supported.

I have added "ValueCollectionFactory" and a "ValueCollection" skeleton classes, 
and included a "addComponentFactoriesForValueChoices" to 
"ComponentFactoryListDefault". I have also added a "VALUE_COLLECTION" to the 
ComponentType enum.

But I can't quite see where to go from here!

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to