Package org.exoplatform.webui.core.model
Class SelectItemOption<T>
java.lang.Object
org.exoplatform.webui.core.model.SelectItemOption<T>
- Direct Known Subclasses:
UIFormInputIconSelector.IconCategory
Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 26, 2006
An item in a UIFormInputItemSelector Each item is actually held in a SelectItemCategory, which is held by the
UIFormInputItemSelector
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelectItemOption(String label, T value) SelectItemOption(String label, T value, String icon) SelectItemOption(String label, T value, String desc, String icon) SelectItemOption(String label, T value, String desc, String icon, boolean selected) SelectItemOption(T value) -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()getLabel()getValue()booleanvoidvoidvoidvoidsetSelected(boolean b) void
-
Field Details
-
label
The label of the item -
value
THe value of the item -
icon
The icon url of the item -
selected
protected boolean selectedWhether this item is selected -
description
A description of the item
-
-
Constructor Details
-
SelectItemOption
public SelectItemOption() -
SelectItemOption
-
SelectItemOption
-
SelectItemOption
-
SelectItemOption
-
SelectItemOption
-
-
Method Details
-
getLabel
-
setLabel
-
getValue
-
setValue
-
getDescription
-
setDescription
-
isSelected
public boolean isSelected() -
setSelected
public void setSelected(boolean b) -
getIcon
-
setIcon
-