Exemplo n.º 1
0
 public void Clear()
 {
     Log("clear");
     _hasData = false;
     _status  = StatusInitial;
     _footer.hide();
     _isLoadingMore = false;
 }
 public void clear()
 {
     log("clear");
     hasData = false;
     status  = STATUS_INITIAL;
     footer.hide();
     isLoadingMore = false;
 }