net.sf.echobinding.table
Interface EditableTableRendererSupport

All Known Implementing Classes:
ListEditor

public interface EditableTableRendererSupport


Method Summary
 nextapp.echo2.app.Component createButtonPanel(int row)
          Creates a button panel that will be added to each row in the table.
 nextapp.echo2.app.Component createHeaderButtonPanel()
          Creates the button panel that will be addded to the table header.
 

Method Detail

createButtonPanel

nextapp.echo2.app.Component createButtonPanel(int row)
Creates a button panel that will be added to each row in the table. The button panel contains buttons for removal, editing and copying of a row.

Parameters:
rowIndex -
Returns:

createHeaderButtonPanel

nextapp.echo2.app.Component createHeaderButtonPanel()
Creates the button panel that will be addded to the table header. The button panel usually contains one button for adding a new row.

Returns:


Copyright © 2007. All Rights Reserved.