org.omnifaces.model
Class ExtendedSelectItem

java.lang.Object
  extended by javax.faces.model.SelectItem
      extended by org.omnifaces.model.ExtendedSelectItem
All Implemented Interfaces:
java.io.Serializable

public class ExtendedSelectItem
extends javax.faces.model.SelectItem

This class extends the default SelectItem with several convenience methods.

Author:
Arjan Tijms
See Also:
Serialized Form

Constructor Summary
ExtendedSelectItem()
          Construct a SelectItem with no initialized property values.
ExtendedSelectItem(javax.faces.component.UISelectItem uiSelectItem)
          Construct a SelectItem with property values initialized from the corresponding properties on the UISelectItem.
 
Method Summary
 
Methods inherited from class javax.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, isEscape, isNoSelectionOption, setDescription, setDisabled, setEscape, setLabel, setNoSelectionOption, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedSelectItem

public ExtendedSelectItem()

Construct a SelectItem with no initialized property values.


ExtendedSelectItem

public ExtendedSelectItem(javax.faces.component.UISelectItem uiSelectItem)

Construct a SelectItem with property values initialized from the corresponding properties on the UISelectItem.