org.apache.myfaces.tobago.model
Class SelectItem
java.lang.Object
javax.faces.model.SelectItem
org.apache.myfaces.tobago.model.SelectItem
- All Implemented Interfaces:
- Serializable, SupportsMarkup
public class SelectItem
- extends javax.faces.model.SelectItem
- implements SupportsMarkup
- See Also:
- Serialized Form
Constructor Summary |
SelectItem()
|
SelectItem(Object value)
|
SelectItem(Object value,
String label)
|
SelectItem(Object value,
String label,
String description)
|
SelectItem(Object value,
String label,
String description,
boolean disabled,
String image)
|
SelectItem(Object value,
String label,
String description,
boolean disabled,
String image,
Markup markup)
|
SelectItem(Object value,
String label,
String description,
boolean disabled,
String image,
String[] markup)
Deprecated. since 1.5.0 |
SelectItem(Object value,
String label,
String description,
String image)
|
SelectItem(Object value,
String label,
String description,
String image,
Markup markup)
|
SelectItem(Object value,
String label,
String description,
String image,
String[] markup)
Deprecated. since 1.5.0 |
Methods inherited from class javax.faces.model.SelectItem |
getDescription, getLabel, getValue, isDisabled, isEscape, setDescription, setDisabled, setEscape, setLabel, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectItem
public SelectItem()
SelectItem
public SelectItem(Object value)
SelectItem
public SelectItem(Object value,
String label)
SelectItem
public SelectItem(Object value,
String label,
String description)
SelectItem
public SelectItem(Object value,
String label,
String description,
String image)
SelectItem
@Deprecated
public SelectItem(Object value,
String label,
String description,
String image,
String[] markup)
- Deprecated. since 1.5.0
SelectItem
public SelectItem(Object value,
String label,
String description,
String image,
Markup markup)
SelectItem
public SelectItem(Object value,
String label,
String description,
boolean disabled,
String image)
SelectItem
public SelectItem(Object value,
String label,
String description,
boolean disabled,
String image,
String[] markup)
- Deprecated. since 1.5.0
SelectItem
public SelectItem(Object value,
String label,
String description,
boolean disabled,
String image,
Markup markup)
getImage
public String getImage()
setImage
public void setImage(String image)
getMarkup
public Markup getMarkup()
- Specified by:
getMarkup
in interface SupportsMarkup
setMarkup
public void setMarkup(Markup markup)
- Specified by:
setMarkup
in interface SupportsMarkup
getCurrentMarkup
public Markup getCurrentMarkup()
- Specified by:
getCurrentMarkup
in interface SupportsMarkup
setCurrentMarkup
public void setCurrentMarkup(Markup currentMarkup)
- Specified by:
setCurrentMarkup
in interface SupportsMarkup
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.