@Override
        public void onItemClick(AdapterView<?> arg0, View arg1, int position, long arg3) {

          IndexPath path = SectionListAdapter.this.indexPathForPosition(position);

          if (path.row >= 0) {
            delegate.itemSelectedAtIndexPath(path);
          }
        }