Package org.apache.myfaces.tobago.model
Klasse SelectItem
java.lang.Object
jakarta.faces.model.SelectItem
org.apache.myfaces.tobago.model.SelectItem
- Alle implementierten Schnittstellen:
Serializable
,Visual
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSelectItem
(Object value) SelectItem
(Object value, String label) SelectItem
(Object value, String label, String tip) SelectItem
(Object value, String label, String tip, boolean disabled, boolean escape, boolean noSelectionOption, String image, Markup markup) SelectItem
(Object value, String label, String tip, boolean disabled, String image) SelectItem
(Object value, String label, String tip, String image) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetImage()
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.Von Klasse geerbte Methoden jakarta.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, isEscape, isNoSelectionOption, setDescription, setDisabled, setEscape, setLabel, setNoSelectionOption, setValue
-
Konstruktordetails
-
SelectItem
public SelectItem() -
SelectItem
-
SelectItem
-
SelectItem
-
SelectItem
-
SelectItem
-
SelectItem
-
SelectItem
-
SelectItem
-
-
Methodendetails
-
getTip
Alias name for description. -
setTip
Alias name for description. -
getImage
-
setImage
-
getMarkup
-
setMarkup
-
getCustomClass
- Angegeben von:
getCustomClass
in SchnittstelleVisual
-
setCustomClass
- Angegeben von:
setCustomClass
in SchnittstelleVisual
-
getRendererType
Beschreibung aus Schnittstelle kopiert: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.- Angegeben von:
getRendererType
in SchnittstelleVisual
- Gibt zurück:
- The renderer type.
-