|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FacesBean in org.apache.myfaces.trinidad.bean |
---|
Classes in org.apache.myfaces.trinidad.bean that implement FacesBean | |
---|---|
class |
FacesBeanImpl
Base implementation of FacesBean. |
Methods in org.apache.myfaces.trinidad.bean that return FacesBean | |
---|---|
static FacesBean |
FacesBeanFactory.createFacesBean(java.lang.Class<?> ownerClass,
java.lang.String rendererType)
Create a FacesBean for a component class. |
static FacesBean |
FacesBeanFactory.createFacesBean(java.lang.String beanType,
java.lang.String rendererType)
|
Methods in org.apache.myfaces.trinidad.bean with parameters of type FacesBean | |
---|---|
void |
FacesBeanImpl.addAll(FacesBean from)
|
void |
FacesBean.addAll(FacesBean from)
Copies all properties, bindings, and list entries from one bean to another. |
Uses of FacesBean in org.apache.myfaces.trinidad.bean.util |
---|
Constructors in org.apache.myfaces.trinidad.bean.util with parameters of type FacesBean | |
---|---|
ValueMap(FacesBean bean)
|
Uses of FacesBean in org.apache.myfaces.trinidad.component |
---|
Subinterfaces of FacesBean in org.apache.myfaces.trinidad.component | |
---|---|
interface |
UIXFacesBean
Subinterface for FacesBeans that are used for the storage of a UIXComponent. |
Methods in org.apache.myfaces.trinidad.component that return FacesBean | |
---|---|
protected FacesBean |
UIXComponentBase.createFacesBean(java.lang.String rendererType)
|
abstract FacesBean |
UIXComponent.getFacesBean()
Returns the FacesBean used for storing the component's state. |
FacesBean |
UIXComponentBase.getFacesBean()
|
Uses of FacesBean in org.apache.myfaces.trinidad.render |
---|
Methods in org.apache.myfaces.trinidad.render that return FacesBean | |
---|---|
protected FacesBean |
CoreRenderer.getFacesBean(javax.faces.component.UIComponent component)
|
Methods in org.apache.myfaces.trinidad.render with parameters of type FacesBean | |
---|---|
protected void |
CoreRenderer.delegateRenderer(javax.faces.context.FacesContext context,
RenderingContext arc,
javax.faces.component.UIComponent component,
FacesBean bean,
CoreRenderer renderer)
|
protected void |
CoreRenderer.delegateRendererBegin(javax.faces.context.FacesContext context,
RenderingContext arc,
javax.faces.component.UIComponent component,
FacesBean bean,
CoreRenderer renderer)
|
protected void |
CoreRenderer.delegateRendererEnd(javax.faces.context.FacesContext context,
RenderingContext arc,
javax.faces.component.UIComponent component,
FacesBean bean,
CoreRenderer renderer)
|
protected void |
CoreRenderer.encodeAll(javax.faces.context.FacesContext context,
RenderingContext arc,
javax.faces.component.UIComponent component,
FacesBean bean)
Hook for rendering all of a component; only called if getRendersChildren() is true. |
protected void |
CoreRenderer.encodeBegin(javax.faces.context.FacesContext context,
RenderingContext arc,
javax.faces.component.UIComponent component,
FacesBean bean)
Hook for rendering the start of a component; only called if getRendersChildren() is false. |
protected void |
CoreRenderer.encodeEnd(javax.faces.context.FacesContext context,
RenderingContext arc,
javax.faces.component.UIComponent component,
FacesBean bean)
Hook for rendering the end of a component; only called if getRendersChildren() is false. |
Uses of FacesBean in org.apache.myfaces.trinidad.webapp |
---|
Methods in org.apache.myfaces.trinidad.webapp with parameters of type FacesBean | |
---|---|
protected void |
UIXComponentTag.setBooleanProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
Set a property of type java.lang.Boolean. |
protected void |
UIXComponentTag.setCharacterProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
Set a property of type java.lang.Character. |
protected void |
UIXComponentTag.setDateProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
Set a property of type java.util.Date. |
protected void |
UIXComponentELTag.setDateProperty(FacesBean bean,
PropertyKey key,
javax.el.ValueExpression expression)
Set a property of type java.util.Date. |
protected void |
UIXComponentTag.setDoubleProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
Set a property of type java.lang.Double. |
protected void |
UIXComponentTag.setFloatProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
Set a property of type java.lang.Float. |
protected void |
UIXComponentTag.setIntArrayProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
Set a property of type int[]. |
protected void |
UIXComponentELTag.setIntArrayProperty(FacesBean bean,
PropertyKey key,
javax.el.ValueExpression expression)
Set a property of type int[]. |
protected void |
UIXComponentTag.setIntegerProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
Set a property of type java.lang.Integer. |
protected void |
UIXComponentTag.setLongProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
Set a property of type java.lang.Long. |
protected void |
UIXComponentTag.setNumberProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
Set a property of type java.lang.Number. |
protected void |
UIXComponentELTag.setNumberProperty(FacesBean bean,
PropertyKey key,
javax.el.ValueExpression expression)
Set a property of type java.lang.Number. |
protected void |
UIXComponentTag.setProperties(FacesBean bean)
|
protected void |
UIXComponentELTag.setProperties(FacesBean bean)
|
protected void |
UIXComponentTag.setProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
|
protected void |
UIXComponentELTag.setProperty(FacesBean bean,
PropertyKey key,
javax.el.ValueExpression expression)
|
protected void |
UIXComponentTag.setStringArrayProperty(FacesBean bean,
PropertyKey key,
java.lang.String value)
Set a property of type java.lang.String[]. |
protected void |
UIXComponentELTag.setStringArrayProperty(FacesBean bean,
PropertyKey key,
javax.el.ValueExpression expression)
Set a property of type java.lang.String[]. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |