Module jakarta.faces
Class HtmlBasicRenderer.OptionComponentInfo
java.lang.Object
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.OptionComponentInfo
- Enclosing class:
 HtmlBasicRenderer
Structure to hold common info used by Select* components to reduce the number of times component attributes are
 evaluated when rendering options.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean 
- 
Constructor Details
- 
OptionComponentInfo
 
 - 
 - 
Method Details
- 
getDisabledClass
 - 
getEnabledClass
 - 
isDisabled
public boolean isDisabled() - 
isHideNoSelection
public boolean isHideNoSelection() - 
getSelectedClass
 - 
getUnselectedClass
 
 -