getListData method

  1. @protected
List<T> getListData()

Implementation

@protected
List<T> getListData() {
  return data;
}