示例#1
0
 @Override
 protected boolean isUpload() {
   boolean result = false;
   if (2 == mSection.getUploadStatus()) {
     result = true;
   }
   return result;
 }
示例#2
0
 @Override
 protected int getRowId() {
   return (mSection != null) ? mSection.getID() : -1;
 }