No, TableViews can't contain other components. However, you may want to look into using a TableView RowEditor - see this demo for an example:
http://pivot.apache.org/demos/table-row-editor.html The source code is here: http://svn.apache.org/repos/asf/pivot/trunk/demos/src/org/apache/pivot/demos/roweditor/ Greg On Apr 23, 2010, at 11:23 AM, Alejandro Vilar wrote: > Hi, > Is there any way to do it? I’m trying to implement a cell > renderer(BoxPane+ListButton) and use a mouse listener to show the button’s > popup but I can’t display it. > > Thanks > -A
