net.sf.echobinding.table
Interface DetailsHandler


public interface DetailsHandler


Method Summary
 void handleDetails(java.lang.String adapterId, java.util.List list, BindingContext oneToManyContext)
          Handles the details for a bound collection.
 

Method Detail

handleDetails

void handleDetails(java.lang.String adapterId,
                   java.util.List list,
                   BindingContext oneToManyContext)
Handles the details for a bound collection. Enables a master-detail-relationship between tables. The BoundTableCollectionCellRenderer renders each bound collection (to-many associations) as a clickable button that the user can click to see the details of this collection. The onToManyContext is the binding context you may have provided for the property adapter which points to the collection. Use this binding context to show the collections details in another (Detail) table.

Parameters:
adapterId - The adpater id of the selected column
list - The elements of the collection as a list
oneToManyContext - The binding context for the collection. Can be null, if not specified in the cofiguration.


Copyright © 2007. All Rights Reserved.