Package org.apache.myfaces.tobago.model
Class SelectItem
java.lang.Object
javax.faces.model.SelectItem
org.apache.myfaces.tobago.model.SelectItem
- All Implemented Interfaces:
Serializable
,Visual
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelectItem
(Object value) SelectItem
(Object value, String label) SelectItem
(Object value, String label, String tip) SelectItem
(Object value, String label, String tip, boolean disabled, String image) SelectItem
(Object value, String label, String tip, String image) -
Method Summary
Modifier and TypeMethodDescriptiongetImage()
The renderer is an id that is used by Tobago to gather information about the components which are configured in the theme configuration files.getTip()
Alias name for description.void
setCustomClass
(CustomClass customClass) void
void
void
Alias name for description.Methods inherited from class javax.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, isEscape, isNoSelectionOption, setDescription, setDisabled, setEscape, setLabel, setNoSelectionOption, setValue
-
Constructor Details
-
SelectItem
public SelectItem() -
SelectItem
-
SelectItem
-
SelectItem
-
SelectItem
-
SelectItem
-
SelectItem
-
SelectItem
-
-
Method Details
-
getTip
Alias name for description. -
setTip
Alias name for description. -
getImage
-
setImage
-
getMarkup
-
setMarkup
-
getCustomClass
- Specified by:
getCustomClass
in interfaceVisual
-
setCustomClass
- Specified by:
setCustomClass
in interfaceVisual
-
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 interfaceVisual
- Returns:
- The renderer type.
-