net.sf.doolin.gui.field.table.column
Interface ColumnEditable<T>
- Type Parameters:
T - Type of the object to check
- All Known Implementing Classes:
- ColumnAlwaysEditable, PropertyColumnEditable
public interface ColumnEditable<T>
Defines if a column is editable for an object.
- Author:
- Damien Coraboeuf
|
Method Summary |
boolean |
isEditable(Column column,
T item)
Returns if the item is editable |
isEditable
boolean isEditable(Column column,
T item)
- Returns if the item is editable
- Parameters:
column - Columnitem - Item to edit
- Returns:
true if the object is editable
Copyright © 2011. All Rights Reserved.