Class HtmlBasicRenderer.OptionComponentInfo
java.lang.Object
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.OptionComponentInfo
- Enclosing class:
- HtmlBasicRenderer
public static class HtmlBasicRenderer.OptionComponentInfo extends Object
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 Constructor Description OptionComponentInfo(UIComponent component)
-
Method Summary
Modifier and Type Method Description String
getDisabledClass()
String
getEnabledClass()
String
getSelectedClass()
String
getUnselectedClass()
boolean
isDisabled()
boolean
isHideNoSelection()
-
Constructor Details
-
Method Details
-
getDisabledClass
-
getEnabledClass
-
isDisabled
public boolean isDisabled() -
isHideNoSelection
public boolean isHideNoSelection() -
getSelectedClass
-
getUnselectedClass
-