javax.faces.model
Class SelectItemGroup
java.lang.Object
javax.faces.model.SelectItem
javax.faces.model.SelectItemGroup
- All Implemented Interfaces:
- java.io.Serializable
public class SelectItemGroup
- extends SelectItem
see Javadoc of JSF Specification
- Version:
- $Revision: 512227 $ $Date: 2007-02-27 13:25:16 +0100 (Di, 27 Feb 2007) $
- Author:
- Thomas Spiegl (latest modification by $Author: mbr $)
- 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(java.lang.String label)
SelectItemGroup
public SelectItemGroup(java.lang.String label,
java.lang.String description,
boolean disabled,
SelectItem[] selectItems)
getSelectItems
public SelectItem[] getSelectItems()
setSelectItems
public void setSelectItems(SelectItem[] selectItems)
Copyright © 2010 Apache Software Foundation. All Rights Reserved.