| Package | Description |
|---|---|
| javax.faces.application | |
| javax.faces.component |
| Modifier and Type | Method and Description |
|---|---|
abstract ValueBinding |
Application.createValueBinding(String ref)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract UIComponent |
Application.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ValueBinding |
UIComponent.getValueBinding(String name)
Deprecated.
Replaced by getValueExpression
|
ValueBinding |
UIComponentBase.getValueBinding(String name)
Deprecated.
Replaced by getValueExpression
|
ValueBinding |
UISelectMany.getValueBinding(String name)
Deprecated.
Use getValueExpression instead
|
ValueBinding |
UISelectBoolean.getValueBinding(String name)
Deprecated.
Use getValueExpression instead
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
UIComponent.setValueBinding(String name,
ValueBinding binding)
Deprecated.
Replaced by setValueExpression
|
void |
UIComponentBase.setValueBinding(String name,
ValueBinding binding)
Deprecated.
Replaced by setValueExpression
|
void |
UISelectMany.setValueBinding(String name,
ValueBinding binding)
Deprecated.
Use setValueExpression instead
|
void |
UISelectBoolean.setValueBinding(String name,
ValueBinding binding)
Deprecated.
Use setValueExpression instead
|
Copyright © 2013 Apache Software Foundation. All Rights Reserved.