421422423424425426427428429430431
} if (pItems.size() > 0) { selectedIndex = pos; ChoicePeer peer = (ChoicePeer)this.peer; if (peer != null) { peer.select(pos); } } } /**