public interface SupportsExtraData
ExtraColumn implementing code to identify specific records associated with ExtraColumn getValueAt().| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttachment(java.lang.Object key)
Get a named attachment for this record.
|
java.lang.Object |
getRecordIdentifier()
Return the hashable and comparable identifier for the record.
|
java.lang.Object |
putAttachment(java.lang.Object key,
java.lang.Object attachment)
Add an attachment to this record.
|
java.lang.Object |
removeAttachment(java.lang.Object key)
Remove an attachment from this record.
|
java.lang.Object getRecordIdentifier()
java.lang.Object getAttachment(java.lang.Object key)
key - Object identifying the particular attachmentjava.lang.Object putAttachment(java.lang.Object key,
java.lang.Object attachment)
throws java.lang.NullPointerException
key - Object that will identify this particular attachmentattachment - data to be attachedjava.lang.NullPointerException - if a null attachment is specifiedjava.lang.Object removeAttachment(java.lang.Object key)
key - Object identifying the attachment to be removed