| Modifier and Type | Class and Description |
|---|---|
class |
ValueBindingValueExpressionAdapter
Wrap a ValueExpression instance and expose it as a ValueBinding
|
| Modifier and Type | Method and Description |
|---|---|
ValueBinding |
ApplicationImpl.createValueBinding(String ref)
Deprecated.
|
ValueBinding |
ValueExpressionValueBindingAdapter.getWrapped() |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
ApplicationImpl.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType) |
| Constructor and Description |
|---|
ValueExpressionValueBindingAdapter(ValueBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
ValueBinding |
ExpressionLanguage.createValueBinding(String ref)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
InstanceFactory.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType) |
| Modifier and Type | Method and Description |
|---|---|
ValueBinding |
UILeaf.getValueBinding(String binding) |
| Modifier and Type | Method and Description |
|---|---|
void |
UILeaf.setValueBinding(String name,
ValueBinding binding) |
| Modifier and Type | Class and Description |
|---|---|
class |
LegacyValueBinding
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ValueBinding |
BehaviorHolderWrapper.getValueBinding(String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BehaviorHolderWrapper.setValueBinding(String name,
ValueBinding binding)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ValueBinding |
ApplicationWrapper.createValueBinding(String ref)
The default behavior of this method is to call |
abstract ValueBinding |
Application.createValueBinding(String ref)
Deprecated.
This has been replaced by calling
Application.getExpressionFactory() then
ExpressionFactory.createValueExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>). |
| Modifier and Type | Method and Description |
|---|---|
UIComponent |
ApplicationWrapper.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType)
Deprecated.
See superclass for alternative.
|
abstract UIComponent |
Application.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType)
Deprecated.
This has been replaced by
Application.createComponent(javax.el.ValueExpression,javax.faces.context.FacesContext,java.lang.String). |
| Modifier and Type | Method and Description |
|---|---|
ValueBinding |
UISelectMany.getValueBinding(String name)
Deprecated.
this has been replaced by
UISelectMany.getValueExpression(java.lang.String). |
ValueBinding |
UISelectBoolean.getValueBinding(String name)
Deprecated.
This has been replaced by
UISelectBoolean.getValueExpression(java.lang.String). |
ValueBinding |
UIGraphic.getValueBinding(String name)
Deprecated.
This has been replaced by
UIGraphic.getValueExpression(java.lang.String). |
ValueBinding |
UIComponentBase.getValueBinding(String name)
Deprecated.
This has been replaced by
UIComponent.getValueExpression(java.lang.String). |
abstract ValueBinding |
UIComponent.getValueBinding(String name)
Deprecated.
This has been replaced by
UIComponent.getValueExpression(java.lang.String). |
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.