|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueBinding | |
---|---|
javax.faces.application | |
javax.faces.component |
Uses of ValueBinding in javax.faces.application |
---|
Methods in javax.faces.application that return ValueBinding | |
---|---|
abstract ValueBinding |
Application.createValueBinding(java.lang.String ref)
Deprecated. |
Methods in javax.faces.application with parameters of type ValueBinding | |
---|---|
abstract UIComponent |
Application.createComponent(ValueBinding componentBinding,
FacesContext context,
java.lang.String componentType)
Deprecated. |
Uses of ValueBinding in javax.faces.component |
---|
Methods in javax.faces.component that return ValueBinding | |
---|---|
abstract ValueBinding |
UIComponent.getValueBinding(java.lang.String name)
Deprecated. Replaced by getValueExpression |
ValueBinding |
UISelectBoolean.getValueBinding(java.lang.String name)
Deprecated. Use getValueExpression instead |
ValueBinding |
UISelectMany.getValueBinding(java.lang.String name)
Deprecated. Use getValueExpression instead |
ValueBinding |
UIComponentBase.getValueBinding(java.lang.String name)
Deprecated. Replaced by getValueExpression |
Methods in javax.faces.component with parameters of type ValueBinding | |
---|---|
abstract void |
UIComponent.setValueBinding(java.lang.String name,
ValueBinding binding)
Deprecated. Replaced by setValueExpression |
void |
UISelectBoolean.setValueBinding(java.lang.String name,
ValueBinding binding)
Deprecated. Use setValueExpression instead |
void |
UISelectMany.setValueBinding(java.lang.String name,
ValueBinding binding)
Deprecated. Use setValueExpression instead |
void |
UIComponentBase.setValueBinding(java.lang.String name,
ValueBinding binding)
Deprecated. Replaced by setValueExpression |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |