Class SelectItem

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

public class SelectItem extends javax.faces.model.SelectItem implements Visual
See Also:
  • Constructor Details

  • Method Details

    • getTip

      public String getTip()
      Alias name for description.
    • setTip

      public void setTip(String tip)
      Alias name for description.
    • getImage

      public String getImage()
    • setImage

      public void setImage(String image)
    • getMarkup

      public Markup getMarkup()
      Specified by:
      getMarkup in interface Visual
    • setMarkup

      public void setMarkup(Markup markup)
      Specified by:
      setMarkup in interface Visual
    • getCustomClass

      public CustomClass getCustomClass()
      Specified by:
      getCustomClass in interface Visual
    • setCustomClass

      public void setCustomClass(CustomClass customClass)
      Specified by:
      setCustomClass in interface Visual
    • getRendererType

      public String getRendererType()
      Description copied from interface: Visual
      The renderer is an id that is used by Tobago to gather information about the components which are configured in the theme configuration files. E. g. the preferredWidth of a component.
      Specified by:
      getRendererType in interface Visual
      Returns:
      The renderer type.