bind method

void bind(
  1. Pageable pagable
)

Implementation

void bind(Pageable pagable) {
  this.pagable = pagable;
  refreshDisplay();
}