| 
 | ||||||||||
| 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(String ref)Create an object which can be used to invoke an arbitrary method via an EL expression at a later time. | 
| Methods in javax.faces.application with parameters of type ValueBinding | |
|---|---|
| abstract  UIComponent | Application.createComponent(ValueBinding componentBinding,
                FacesContext context,
                String componentType)Create an object which has an associating "binding" expression tying the component to a user property. | 
| Uses of ValueBinding in javax.faces.component | 
|---|
| Methods in javax.faces.component that return ValueBinding | |
|---|---|
|  ValueBinding | UISelectMany.getValueBinding(String name) | 
|  ValueBinding | UIGraphic.getValueBinding(String name) | 
| abstract  ValueBinding | UIComponent.getValueBinding(String name) | 
|  ValueBinding | UIComponentBase.getValueBinding(String name)Get the named value-binding associated with this component. | 
|  ValueBinding | UISelectBoolean.getValueBinding(String name) | 
| Methods in javax.faces.component with parameters of type ValueBinding | |
|---|---|
|  void | UISelectMany.setValueBinding(String name,
                ValueBinding binding) | 
|  void | UIGraphic.setValueBinding(String name,
                ValueBinding binding) | 
| abstract  void | UIComponent.setValueBinding(String name,
                ValueBinding binding) | 
|  void | UIComponentBase.setValueBinding(String name,
                ValueBinding binding)Put the provided value-binding into a map of value-bindings associated with this component. | 
|  void | UISelectBoolean.setValueBinding(String name,
                ValueBinding binding) | 
|  void | UIData.setValueBinding(String name,
                ValueBinding binding) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||