View Javadoc

1   /*
2    * $Id: ISelectItemGroup.java,v 1.1 2007/02/02 17:33:31 oeuillot Exp $
3    */
4   package org.rcfaces.core.item;
5   
6   import javax.faces.model.SelectItem;
7   
8   /**
9    * 
10   * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11   * @version $Revision: 1.1 $ $Date: 2007/02/02 17:33:31 $
12   */
13  public interface ISelectItemGroup extends ISelectItem {
14  
15      SelectItem[] getSelectItems();
16  }