public abstract class CanSelectRecordCustomizer
extends java.lang.Object
| Constructor and Description | 
|---|
| CanSelectRecordCustomizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract java.lang.Boolean | canSelectRecord(ListGridRecord record,
               ListGrid grid)canSelectRecord() should be implemented and return a Boolean value if applicable, or null 
 to fall through to the builtin implementation. | 
public abstract java.lang.Boolean canSelectRecord(ListGridRecord record, ListGrid grid)
record - the record test sest for selectabilitygrid - the grid in which the record appears