public class ExtendedSelectItem
extends javax.faces.model.SelectItem
SelectItem with several convenience methods.| Constructor and Description |
|---|
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. |
public ExtendedSelectItem()
Construct a SelectItem with no initialized property
values.
public ExtendedSelectItem(javax.faces.component.UISelectItem uiSelectItem)
Construct a SelectItem with property values initialized from the corresponding
properties on the UISelectItem.