com.sas.table
Interface UpdateRowInterface

All Known Implementing Classes:
EntityAttributeValueTableModelAdapter, JDBCToTableModelAdapter, SortableTableModelAdapter, TableModelAdapter

public interface UpdateRowInterface

Interface for updating rows in a table.


Method Summary
 boolean isRowUpdateAllowed()
          Indicates whether rows can be updated.
 

Method Detail

isRowUpdateAllowed

boolean isRowUpdateAllowed()
Indicates whether rows can be updated.

Returns:
true if rows can be updated, false otherwise.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.