org.apache.myfaces.tobago.model
Class SelectItem

java.lang.Object
  extended by javax.faces.model.SelectItem
      extended by org.apache.myfaces.tobago.model.SelectItem
All Implemented Interfaces:
Serializable, SupportsMarkup

public class SelectItem
extends 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, String[] markup)
           
SelectItem(Object value, String label, String description, String image)
           
SelectItem(Object value, String label, String description, String image, String[] markup)
           
SelectItem(UISelectItem component)
           
 
Method Summary
 String getImage()
           
 String[] getMarkup()
           
 void setImage(String image)
           
 void setMarkup(String[] markup)
           
 
Methods inherited from class javax.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, setDescription, setDisabled, setLabel, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectItem

public SelectItem()

SelectItem

public SelectItem(UISelectItem component)

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

public SelectItem(Object value,
                  String label,
                  String description,
                  String image,
                  String[] 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)
Method Detail

getImage

public String getImage()

setImage

public void setImage(String image)

getMarkup

public String[] getMarkup()
Specified by:
getMarkup in interface SupportsMarkup

setMarkup

public void setMarkup(String[] markup)
Specified by:
setMarkup in interface SupportsMarkup


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.