/** * Called by the onSelect listener, passes its index then forwards the corresponding Configuration * to DetailsController for rendering. **/ public void DetailsTrigger(int index) { DetailsCommunicator.FillDetails(ConfigList[index]); SMC.c = ConfigList[index]; }