[ 
https://issues.apache.org/jira/browse/WICKET-4160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132588#comment-13132588
 ] 

Martin Grigorov commented on WICKET-4160:
-----------------------------------------

What exactly you need to customize ?
If we remove final from those two methods then we have to remove final from 
org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteRenderer.render(T,
 Response, String) because they are tied. If header/footer doesn't produce <ul> 
then #render() shouldn't produce <li>s as well. 
Maybe you just need to add some CSS rules in your .css to change the styling.
                
> Make AbstractAutoCompleteRenderer.renderHeader() and .renderFooter() non-final
> ------------------------------------------------------------------------------
>
>                 Key: WICKET-4160
>                 URL: https://issues.apache.org/jira/browse/WICKET-4160
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.5.1
>            Reporter: Matthias Keller
>
> I really love wicket but the times I had to work around final methods just 
> increases towards infinity...
> Could you please make in the following class:
> org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteRenderer
> The methods  renderHeader and renderFooter non-final? It is really annoying 
> in order to just customize the appearance I have to write a whole delegate 
> even to an abstract class just to customize that <ul> tag!
> thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to