com.tssap.util.ui.reuse.table
Interface IMutableTable
- All Known Implementing Classes:
- TableComponent
- public interface IMutableTable
addRow
public void addRow(ITableRow row)
addRows
public void addRows(ITableRow[] rows)
removeRow
public void removeRow(ITableRow row)
removeRows
public void removeRows(ITableRow[] rows)
changeRow
public void changeRow(ITableRow row,
int colNum,
java.lang.String value)
initializeTable
public void initializeTable(ITableRow[] rows)
clearTable
public void clearTable()
addTableModifyListener
public boolean addTableModifyListener(ITableModifyListener modListener)
removeTableModifyListener
public boolean removeTableModifyListener(ITableModifyListener modListener)
Copyright © 2005 SAP AG. All Rights Reserved.