org.jboss.seam.ui.util.cdk
public abstract class UIComponentTagBase extends UIComponentELTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX
Constructor and Description |
---|
UIComponentTagBase() |
Modifier and Type | Method and Description |
---|---|
protected javax.el.ExpressionFactory |
getExpressionFactory() |
boolean |
isValueReference(String s) |
protected void |
setActionListenerProperty(javax.faces.component.UIComponent component,
String actionListener) |
protected void |
setActionProperty(javax.faces.component.UIComponent component,
String action) |
protected void |
setBooleanProperty(javax.faces.component.UIComponent component,
String propName,
String value) |
protected void |
setBooleanProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
protected void |
setDoubleProperty(javax.faces.component.UIComponent component,
String propName,
String value) |
protected void |
setDoubleProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
protected void |
setFloatProperty(javax.faces.component.UIComponent component,
String propName,
String value) |
protected void |
setFloatProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
protected void |
setIntegerProperty(javax.faces.component.UIComponent component,
String propName,
String value) |
protected void |
setIntegerProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
protected void |
setLongProperty(javax.faces.component.UIComponent component,
String propName,
String value) |
protected void |
setLongProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
protected void |
setProperty(javax.faces.component.UIComponent component,
Class<?> type,
String propName,
String value) |
protected void |
setProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression valueExpression) |
protected void |
setStringProperty(javax.faces.component.UIComponent component,
String propName,
String value) |
protected void |
setStringProperty(javax.faces.component.UIComponent component,
String propName,
javax.el.ValueExpression value) |
protected void |
setValueChangedListenerProperty(javax.faces.component.UIComponent component,
String valueChangedListener) |
protected void |
setValueProperty(javax.faces.component.UIComponent component,
String value) |
protected void |
setValueProperty(javax.faces.component.UIComponent component,
javax.el.ValueExpression expression) |
setActionListenerProperty, setActionProperty, setConverterProperty, setValidatorProperty, setValueChangeListenerProperty
createComponent, getELContext, hasBinding, release, setBinding, setProperties, setRendered
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter
getComponentType, getRendererType
protected javax.el.ExpressionFactory getExpressionFactory()
protected void setProperty(javax.faces.component.UIComponent component, String propName, javax.el.ValueExpression valueExpression)
protected void setProperty(javax.faces.component.UIComponent component, Class<?> type, String propName, String value)
protected void setIntegerProperty(javax.faces.component.UIComponent component, String propName, javax.el.ValueExpression value)
protected void setLongProperty(javax.faces.component.UIComponent component, String propName, javax.el.ValueExpression value)
protected void setFloatProperty(javax.faces.component.UIComponent component, String propName, javax.el.ValueExpression value)
protected void setDoubleProperty(javax.faces.component.UIComponent component, String propName, javax.el.ValueExpression value)
protected void setStringProperty(javax.faces.component.UIComponent component, String propName, javax.el.ValueExpression value)
protected void setBooleanProperty(javax.faces.component.UIComponent component, String propName, javax.el.ValueExpression value)
protected void setIntegerProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setLongProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setFloatProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setDoubleProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setStringProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setBooleanProperty(javax.faces.component.UIComponent component, String propName, String value)
protected void setValueProperty(javax.faces.component.UIComponent component, String value)
protected void setValueProperty(javax.faces.component.UIComponent component, javax.el.ValueExpression expression)
public boolean isValueReference(String s)
protected void setActionProperty(javax.faces.component.UIComponent component, String action)
protected void setActionListenerProperty(javax.faces.component.UIComponent component, String actionListener)
protected void setValueChangedListenerProperty(javax.faces.component.UIComponent component, String valueChangedListener)
Copyright © 2015 Seam Framework. All Rights Reserved.