Package | Description |
---|---|
javax.faces.application | |
javax.faces.component |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract ValueBinding |
UIComponent.getValueBinding(String name) |
ValueBinding |
UIComponentBase.getValueBinding(String name)
Get the named value-binding associated with this component.
|
ValueBinding |
UIGraphic.getValueBinding(String name) |
ValueBinding |
UISelectMany.getValueBinding(String name) |
ValueBinding |
UISelectBoolean.getValueBinding(String name) |
Modifier and Type | Method and Description |
---|---|
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 |
UIGraphic.setValueBinding(String name,
ValueBinding binding) |
void |
UISelectMany.setValueBinding(String name,
ValueBinding binding) |
void |
UIData.setValueBinding(String name,
ValueBinding binding) |
void |
UISelectBoolean.setValueBinding(String name,
ValueBinding binding) |
Copyright © 2012 Apache Software Foundation. All Rights Reserved.