protected boolean mutable() {
   return adapter.isMutable();
 }
 public boolean isLastItem() {
   return position == adapter.getCount() - 1;
 }