public People(View parent) { this.parent = parent; this.users = toList(getUserInfo(parent.getItems())); }
/** @see View#getAsynchPeople */ public AsynchPeople(View parent) { this.parent = parent; items = parent.getItems(); unknown = null; }