attach method

void attach(
  1. XDataTable<E> table
)

Implementation

void attach(XDataTable<E> table) {
  this.table = table;
}