Package org.apache.myfaces.tobago.model
Klasse SelectItem
java.lang.Object
javax.faces.model.SelectItem
org.apache.myfaces.tobago.model.SelectItem
- Alle implementierten Schnittstellen:
- Serializable,- Visual
- Siehe auch:
- 
KonstruktorübersichtKonstruktorenKonstruktorBeschreibungSelectItem(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) 
- 
MethodenübersichtModifizierer 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.voidsetCustomClass(CustomClass customClass) voidvoidvoidAlias name for description.Von Klasse geerbte Methoden javax.faces.model.SelectItemgetDescription, getLabel, getValue, isDisabled, isEscape, isNoSelectionOption, setDescription, setDisabled, setEscape, setLabel, setNoSelectionOption, setValue
- 
Konstruktordetails- 
SelectItempublic SelectItem()
- 
SelectItem
- 
SelectItem
- 
SelectItem
- 
SelectItem
- 
SelectItem
- 
SelectItem
- 
SelectItem
 
- 
- 
Methodendetails- 
getTipAlias name for description.
- 
setTipAlias name for description.
- 
getImage
- 
setImage
- 
getMarkup
- 
setMarkup
- 
getCustomClass- Angegeben von:
- getCustomClassin Schnittstelle- Visual
 
- 
setCustomClass- Angegeben von:
- setCustomClassin Schnittstelle- Visual
 
- 
getRendererTypeBeschreibung aus Schnittstelle kopiert:VisualThe 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:
- getRendererTypein Schnittstelle- Visual
- Gibt zurück:
- The renderer type.
 
 
-