Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.faces.component.EditableValueHolder

Uses of EditableValueHolder in javax.faces.component
 

Classes in javax.faces.component that implement EditableValueHolder
 class UIInput
          see Javadoc of JSF Specification
 class UISelectBoolean
          see Javadoc of JSF Specification
 class UISelectMany
          see Javadoc of JSF Specification
 class UISelectOne
          see Javadoc of JSF Specification
 

Methods in javax.faces.component with parameters of type EditableValueHolder
 void UIData.EditableValueHolderState.restoreState(EditableValueHolder evh)
           
 

Constructors in javax.faces.component with parameters of type EditableValueHolder
UIData.EditableValueHolderState(EditableValueHolder evh)