コード例 #1
0
 /**
  * Selects the given <tt>ConfigurationForm</tt>.
  *
  * @param configForm the <tt>ConfigurationForm</tt> to select
  */
 public void setSelected(ConfigurationForm configForm) {
   configList.setSelectedValue(configForm, true);
 }