RE: how to remove the file icons from the editable tree table ?

2013-01-24 Thread Colin Rogers
Extend DefaultAbstractTree and override getFolderOpen() and getFolderClosed() - which are called by newNodeIcon() (eventually)? -Original Message- From: grazia [mailto:grazia.russolass...@gmail.com] Sent: 25 January 2013 04:18 To: users@wicket.apache.org Subject: Re: how to remove the

Re: how to remove the file icons from the editable tree table ?

2013-01-23 Thread Paul Bors
You can: 1) Extend the java class and override its HTML mark-up by preserving the wicket:id component tree in your own markup Then in your own java you can call setVisible(false) or replace it with an empty panel 2) Analyze the HTML for the component: span class=icon