javax.faces.model
Class SelectItemGroup
java.lang.Object
   javax.faces.model.SelectItem
javax.faces.model.SelectItem
       javax.faces.model.SelectItemGroup
javax.faces.model.SelectItemGroup
- All Implemented Interfaces: 
- Serializable
- public class SelectItemGroup 
- extends SelectItem
see Javadoc of JSF Specification
- Version:
- $Revision: 676278 $ $Date: 2008-07-13 03:35:04 -0500 (Sun, 13 Jul 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: skitching $)
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SelectItemGroup
public SelectItemGroup()
SelectItemGroup
public SelectItemGroup(String label)
SelectItemGroup
public SelectItemGroup(String label,
                       String description,
                       boolean disabled,
                       SelectItem[] selectItems)
getSelectItems
public SelectItem[] getSelectItems()
- 
 
setSelectItems
public void setSelectItems(SelectItem[] selectItems)
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.