*/
protected void setProperties(UIComponent component)
{
// TODO Auto-generated method stub
super.setProperties(component);
HtmlComboBox comp = (HtmlComboBox) component;
if (this._buttonClass != null) {
if (this._buttonClass.isLiteralText()) {
try {
java.lang.String __buttonClass = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._buttonClass.getExpressionString(),
java.lang.String.class);
comp.setButtonClass(__buttonClass);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("buttonClass", this._buttonClass);
}
}
if (this._buttonDisabledClass != null) {
if (this._buttonDisabledClass.isLiteralText()) {
try {
java.lang.String __buttonDisabledClass = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._buttonDisabledClass.getExpressionString(),
java.lang.String.class);
comp.setButtonDisabledClass(__buttonDisabledClass);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("buttonDisabledClass", this._buttonDisabledClass);
}
}
if (this._buttonDisabledStyle != null) {
if (this._buttonDisabledStyle.isLiteralText()) {
try {
java.lang.String __buttonDisabledStyle = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._buttonDisabledStyle.getExpressionString(),
java.lang.String.class);
comp.setButtonDisabledStyle(__buttonDisabledStyle);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("buttonDisabledStyle", this._buttonDisabledStyle);
}
}
if (this._buttonIcon != null) {
if (this._buttonIcon.isLiteralText()) {
try {
java.lang.String __buttonIcon = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._buttonIcon.getExpressionString(),
java.lang.String.class);
comp.setButtonIcon(__buttonIcon);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("buttonIcon", this._buttonIcon);
}
}
if (this._buttonIconDisabled != null) {
if (this._buttonIconDisabled.isLiteralText()) {
try {
java.lang.String __buttonIconDisabled = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._buttonIconDisabled.getExpressionString(),
java.lang.String.class);
comp.setButtonIconDisabled(__buttonIconDisabled);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("buttonIconDisabled", this._buttonIconDisabled);
}
}
if (this._buttonIconInactive != null) {
if (this._buttonIconInactive.isLiteralText()) {
try {
java.lang.String __buttonIconInactive = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._buttonIconInactive.getExpressionString(),
java.lang.String.class);
comp.setButtonIconInactive(__buttonIconInactive);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("buttonIconInactive", this._buttonIconInactive);
}
}
if (this._buttonInactiveClass != null) {
if (this._buttonInactiveClass.isLiteralText()) {
try {
java.lang.String __buttonInactiveClass = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._buttonInactiveClass.getExpressionString(),
java.lang.String.class);
comp.setButtonInactiveClass(__buttonInactiveClass);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("buttonInactiveClass", this._buttonInactiveClass);
}
}
if (this._buttonInactiveStyle != null) {
if (this._buttonInactiveStyle.isLiteralText()) {
try {
java.lang.String __buttonInactiveStyle = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._buttonInactiveStyle.getExpressionString(),
java.lang.String.class);
comp.setButtonInactiveStyle(__buttonInactiveStyle);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("buttonInactiveStyle", this._buttonInactiveStyle);
}
}
if (this._buttonStyle != null) {
if (this._buttonStyle.isLiteralText()) {
try {
java.lang.String __buttonStyle = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._buttonStyle.getExpressionString(),
java.lang.String.class);
comp.setButtonStyle(__buttonStyle);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("buttonStyle", this._buttonStyle);
}
}
setConverterProperty(comp, this._converter);
if (this._converterMessage != null) {
if (this._converterMessage.isLiteralText()) {
try {
java.lang.String __converterMessage = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._converterMessage.getExpressionString(),
java.lang.String.class);
comp.setConverterMessage(__converterMessage);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("converterMessage", this._converterMessage);
}
}
if (this._defaultLabel != null) {
if (this._defaultLabel.isLiteralText()) {
try {
java.lang.String __defaultLabel = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._defaultLabel.getExpressionString(),
java.lang.String.class);
comp.setDefaultLabel(__defaultLabel);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("defaultLabel", this._defaultLabel);
}
}
if (this._directInputSuggestions != null) {
if (this._directInputSuggestions.isLiteralText()) {
try {
java.lang.Boolean __directInputSuggestions = (java.lang.Boolean) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._directInputSuggestions.getExpressionString(),
java.lang.Boolean.class);
comp.setDirectInputSuggestions(__directInputSuggestions);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("directInputSuggestions", this._directInputSuggestions);
}
}
if (this._disabled != null) {
if (this._disabled.isLiteralText()) {
try {
Boolean __disabled = (Boolean) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._disabled.getExpressionString(),
Boolean.class);
comp.setDisabled(__disabled.booleanValue());
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("disabled", this._disabled);
}
}
if (this._enableManualInput != null) {
if (this._enableManualInput.isLiteralText()) {
try {
Boolean __enableManualInput = (Boolean) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._enableManualInput.getExpressionString(),
Boolean.class);
comp.setEnableManualInput(__enableManualInput.booleanValue());
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("enableManualInput", this._enableManualInput);
}
}
if (this._filterNewValues != null) {
if (this._filterNewValues.isLiteralText()) {
try {
java.lang.Boolean __filterNewValues = (java.lang.Boolean) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._filterNewValues.getExpressionString(),
java.lang.Boolean.class);
comp.setFilterNewValues(__filterNewValues);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("filterNewValues", this._filterNewValues);
}
}
if (this._hideDelay != null) {
if (this._hideDelay.isLiteralText()) {
try {
java.lang.Integer __hideDelay = (java.lang.Integer) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._hideDelay.getExpressionString(),
java.lang.Integer.class);
comp.setHideDelay(__hideDelay);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("hideDelay", this._hideDelay);
}
}
if (this._immediate != null) {
if (this._immediate.isLiteralText()) {
try {
Boolean __immediate = (Boolean) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._immediate.getExpressionString(),
Boolean.class);
comp.setImmediate(__immediate.booleanValue());
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("immediate", this._immediate);
}
}
if (this._inputClass != null) {
if (this._inputClass.isLiteralText()) {
try {
java.lang.String __inputClass = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._inputClass.getExpressionString(),
java.lang.String.class);
comp.setInputClass(__inputClass);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("inputClass", this._inputClass);
}
}
if (this._inputDisabledClass != null) {
if (this._inputDisabledClass.isLiteralText()) {
try {
java.lang.String __inputDisabledClass = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._inputDisabledClass.getExpressionString(),
java.lang.String.class);
comp.setInputDisabledClass(__inputDisabledClass);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("inputDisabledClass", this._inputDisabledClass);
}
}
if (this._inputDisabledStyle != null) {
if (this._inputDisabledStyle.isLiteralText()) {
try {
java.lang.String __inputDisabledStyle = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._inputDisabledStyle.getExpressionString(),
java.lang.String.class);
comp.setInputDisabledStyle(__inputDisabledStyle);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("inputDisabledStyle", this._inputDisabledStyle);
}
}
if (this._inputInactiveClass != null) {
if (this._inputInactiveClass.isLiteralText()) {
try {
java.lang.String __inputInactiveClass = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._inputInactiveClass.getExpressionString(),
java.lang.String.class);
comp.setInputInactiveClass(__inputInactiveClass);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("inputInactiveClass", this._inputInactiveClass);
}
}
if (this._inputInactiveStyle != null) {
if (this._inputInactiveStyle.isLiteralText()) {
try {
java.lang.String __inputInactiveStyle = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._inputInactiveStyle.getExpressionString(),
java.lang.String.class);
comp.setInputInactiveStyle(__inputInactiveStyle);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("inputInactiveStyle", this._inputInactiveStyle);
}
}
if (this._inputStyle != null) {
if (this._inputStyle.isLiteralText()) {
try {
java.lang.String __inputStyle = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._inputStyle.getExpressionString(),
java.lang.String.class);
comp.setInputStyle(__inputStyle);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("inputStyle", this._inputStyle);
}
}
if (this._itemClass != null) {
if (this._itemClass.isLiteralText()) {
try {
java.lang.String __itemClass = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._itemClass.getExpressionString(),
java.lang.String.class);
comp.setItemClass(__itemClass);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("itemClass", this._itemClass);
}
}
if (this._itemSelectedClass != null) {
if (this._itemSelectedClass.isLiteralText()) {
try {
java.lang.String __itemSelectedClass = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._itemSelectedClass.getExpressionString(),
java.lang.String.class);
comp.setItemSelectedClass(__itemSelectedClass);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("itemSelectedClass", this._itemSelectedClass);
}
}
if (this._label != null) {
if (this._label.isLiteralText()) {
try {
java.lang.String __label = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._label.getExpressionString(),
java.lang.String.class);
comp.setLabel(__label);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("label", this._label);
}
}
if (this._listClass != null) {
if (this._listClass.isLiteralText()) {
try {
java.lang.String __listClass = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._listClass.getExpressionString(),
java.lang.String.class);
comp.setListClass(__listClass);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("listClass", this._listClass);
}
}
if (this._listHeight != null) {
if (this._listHeight.isLiteralText()) {
try {
java.lang.String __listHeight = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._listHeight.getExpressionString(),
java.lang.String.class);
comp.setListHeight(__listHeight);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("listHeight", this._listHeight);
}
}
if (this._listStyle != null) {
if (this._listStyle.isLiteralText()) {
try {
java.lang.String __listStyle = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._listStyle.getExpressionString(),
java.lang.String.class);
comp.setListStyle(__listStyle);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("listStyle", this._listStyle);
}
}
if (this._listWidth != null) {
if (this._listWidth.isLiteralText()) {
try {
java.lang.String __listWidth = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._listWidth.getExpressionString(),
java.lang.String.class);
comp.setListWidth(__listWidth);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("listWidth", this._listWidth);
}
}
if (this._onblur != null) {
if (this._onblur.isLiteralText()) {
try {
java.lang.String __onblur = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._onblur.getExpressionString(),
java.lang.String.class);
comp.setOnblur(__onblur);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("onblur", this._onblur);
}
}
if (this._onchange != null) {
if (this._onchange.isLiteralText()) {
try {
java.lang.String __onchange = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._onchange.getExpressionString(),
java.lang.String.class);
comp.setOnchange(__onchange);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("onchange", this._onchange);
}
}
if (this._onfocus != null) {
if (this._onfocus.isLiteralText()) {
try {
java.lang.String __onfocus = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._onfocus.getExpressionString(),
java.lang.String.class);
comp.setOnfocus(__onfocus);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("onfocus", this._onfocus);
}
}
if (this._onlistcall != null) {
if (this._onlistcall.isLiteralText()) {
try {
java.lang.String __onlistcall = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._onlistcall.getExpressionString(),
java.lang.String.class);
comp.setOnlistcall(__onlistcall);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("onlistcall", this._onlistcall);
}
}
if (this._onlistclose != null) {
if (this._onlistclose.isLiteralText()) {
try {
java.lang.String __onlistclose = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._onlistclose.getExpressionString(),
java.lang.String.class);
comp.setOnlistclose(__onlistclose);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("onlistclose", this._onlistclose);
}
}
if (this._onselect != null) {
if (this._onselect.isLiteralText()) {
try {
java.lang.String __onselect = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._onselect.getExpressionString(),
java.lang.String.class);
comp.setOnselect(__onselect);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("onselect", this._onselect);
}
}
if (this._required != null) {
if (this._required.isLiteralText()) {
try {
Boolean __required = (Boolean) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._required.getExpressionString(),
Boolean.class);
comp.setRequired(__required.booleanValue());
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("required", this._required);
}
}
if (this._requiredMessage != null) {
if (this._requiredMessage.isLiteralText()) {
try {
java.lang.String __requiredMessage = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._requiredMessage.getExpressionString(),
java.lang.String.class);
comp.setRequiredMessage(__requiredMessage);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("requiredMessage", this._requiredMessage);
}
}
if (this._selectFirstOnUpdate != null) {
if (this._selectFirstOnUpdate.isLiteralText()) {
try {
java.lang.Boolean __selectFirstOnUpdate = (java.lang.Boolean) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._selectFirstOnUpdate.getExpressionString(),
java.lang.Boolean.class);
comp.setSelectFirstOnUpdate(__selectFirstOnUpdate);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("selectFirstOnUpdate", this._selectFirstOnUpdate);
}
}
if (this._showDelay != null) {
if (this._showDelay.isLiteralText()) {
try {
java.lang.Integer __showDelay = (java.lang.Integer) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._showDelay.getExpressionString(),
java.lang.Integer.class);
comp.setShowDelay(__showDelay);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("showDelay", this._showDelay);
}
}
if (this._suggestionValues != null) {
if (this._suggestionValues.isLiteralText()) {
try {
java.lang.Object __suggestionValues = (java.lang.Object) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._suggestionValues.getExpressionString(),
java.lang.Object.class);
comp.setSuggestionValues(__suggestionValues);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("suggestionValues", this._suggestionValues);
}
}
if (this._tabindex != null) {
if (this._tabindex.isLiteralText()) {
try {
java.lang.String __tabindex = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._tabindex.getExpressionString(),
java.lang.String.class);
comp.setTabindex(__tabindex);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("tabindex", this._tabindex);
}
}
setValidatorProperty(comp, this._validator);
if (this._validatorMessage != null) {
if (this._validatorMessage.isLiteralText()) {
try {
java.lang.String __validatorMessage = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._validatorMessage.getExpressionString(),
java.lang.String.class);
comp.setValidatorMessage(__validatorMessage);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("validatorMessage", this._validatorMessage);
}
}
if (this._value != null) {
if (this._value.isLiteralText()) {
try {
java.lang.Object __value = (java.lang.Object) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._value.getExpressionString(),
java.lang.Object.class);
comp.setValue(__value);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("value", this._value);
}
}
setValueChangeListenerProperty(comp, this._valueChangeListener);
if (this._width != null) {
if (this._width.isLiteralText()) {
try {
java.lang.String __width = (java.lang.String) getFacesContext().
getApplication().
getExpressionFactory().
coerceToType(this._width.getExpressionString(),
java.lang.String.class);
comp.setWidth(__width);
} catch (ELException e) {
throw new FacesException(e);
}
} else {
component.setValueExpression("width", this._width);