TableModel<E> constructor

TableModel<E>(
  1. AnyMap model
)

Implementation

TableModel(AnyMap model) {
  this.model.addAll(model);
}