Class SelectItem

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

public class SelectItem extends Object 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.
    • getDescription

      public String getDescription()
    • getLabel

      public String getLabel()
    • getValue

      public Object getValue()
    • isDisabled

      public boolean isDisabled()
    • isEscape

      public boolean isEscape()
    • isNoSelectionOption

      public boolean isNoSelectionOption()
    • setDescription

      public void setDescription(String arg0)
    • setDisabled

      public void setDisabled(boolean arg0)
    • setEscape

      public void setEscape(boolean arg0)
    • setLabel

      public void setLabel(String arg0)
    • setNoSelectionOption

      public void setNoSelectionOption(boolean arg0)
    • setValue

      public void setValue(Object arg0)