@Override
 public void jsonfinishLoad(TopicListInfo result) {
   if (!result.get__SEARCHNORESULT()) {
     this.topicListInfo = result;
     count = topicListInfo.get__T__ROWS();
     this.notifyDataSetChanged();
   }
 }
 protected ThreadPageInfo getEntry(int position) {
   if (topicListInfo != null) return topicListInfo.getArticleEntryList().get(position);
   return null;
 }