Class SelectOption

java.lang.Object
org.exoplatform.webui.core.model.SelectItem
org.exoplatform.webui.core.model.SelectOption

public class SelectOption extends SelectItem
Created by The eXo Platform SARL Author : Philippe Aristote philippe.aristote@gmail.com An item in a UIFormInputItemSelector Each item is actually held in a SelectItemCategory, which is held by the UIFormInputItemSelector
See Also:
  • Field Details

    • value_

      protected String value_
      THe value of the item
    • icon_

      protected String icon_
      The icon url of the item
    • selected_

      protected boolean selected_
      Whether this item is selected
    • description_

      protected String description_
      A description of the item
    • disabled_

      protected boolean disabled_
      Whether this item is disabled
  • Constructor Details

  • Method Details

    • isDisabled

      public boolean isDisabled()
    • setDisabled

      public void setDisabled(boolean disabled)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String s)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String s)
    • isSelected

      public boolean isSelected()
    • setSelected

      public void setSelected(boolean b)
    • getIcon

      public String getIcon()
    • setIcon

      public void setIcon(String icon)