We have a UI requirement where one attribute should be rendered as either List of Value or Choice List or Text Box based on the previously selected attribute.
For Ex:
One attribute context: It can have different value and for each value we have a schema defined which stores how each value will be rendered(LOV or Choice List or Text Box). The schema has other definition as well like if it is should be LOV then vo object definition or else if it is a choice list then lookup information etc.
The 2nd Attribute needs to be rendered as per the selection done from the context attribute. So if user selects one value in context attribute and if it is of type LOV then read the schema for the vo object details and render as LOV or else if it needs to be shown as choice list then show as choice list with lookup code and meaning or else render as text box.
Any suggestion on how to approach this to design the UI.
Thanks in Advance,
Abhinandan