The definition of IOptionRenderer is

        Interface IOptionRenderer<T>
                java.lang.String getDisplayValue(java.lang.Object
object)  

the definition of IChoiceRenderer is

        Interface IChoiceRenderer<T>
                java.lang.Object getDisplayValue(T object)  

Why is the parameter getDisplayValue method of IOptionRenderer and
Object and not of Type T? Will this change until 1.4.0?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to