net.sf.echobinding.table
Class BoundTableCollectionCellRenderer

java.lang.Object
  extended by net.sf.echobinding.table.BoundTableCollectionCellRenderer
All Implemented Interfaces:
java.io.Serializable, nextapp.echo2.app.table.TableCellRenderer

public class BoundTableCollectionCellRenderer
extends java.lang.Object
implements nextapp.echo2.app.table.TableCellRenderer

A table cell renderer which renders collections in data bound tables.

See Also:
Serialized Form

Constructor Summary
BoundTableCollectionCellRenderer()
           
 
Method Summary
protected  nextapp.echo2.app.Button createButton(nextapp.echo2.app.Table table, java.lang.Object value, int col, int row)
           
protected  java.lang.String createButtonText(java.util.Set set)
           
 nextapp.echo2.app.Component getTableCellRendererComponent(nextapp.echo2.app.Table table, java.lang.Object value, int col, int row)
          renders the collection into a button
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundTableCollectionCellRenderer

public BoundTableCollectionCellRenderer()
Method Detail

getTableCellRendererComponent

public nextapp.echo2.app.Component getTableCellRendererComponent(nextapp.echo2.app.Table table,
                                                                 java.lang.Object value,
                                                                 int col,
                                                                 int row)
renders the collection into a button

Specified by:
getTableCellRendererComponent in interface nextapp.echo2.app.table.TableCellRenderer

createButton

protected nextapp.echo2.app.Button createButton(nextapp.echo2.app.Table table,
                                                java.lang.Object value,
                                                int col,
                                                int row)
Parameters:
table -
value -
col -
row -
Returns:

createButtonText

protected java.lang.String createButtonText(java.util.Set set)
Parameters:
set -
Returns:


Copyright © 2007. All Rights Reserved.