*/
public void deleteSelectedPojo()
{
// removes the POJO being stored in the element of the
// underlying list holder object.
XPersistentPojoModel pm = getListSelectedModel();
if ( pm != null )
pm.delete();
// remove the reference to the POJO from the selection model
if ( selectionModel != null )
selectionModel.set( null );
}