Uses of Interface
jakarta.faces.component.EditableValueHolder
- 
Packages that use EditableValueHolder Package Description jakarta.faces.component jakarta.faces.component.html org.apache.myfaces.core.api.shared 
- 
- 
Uses of EditableValueHolder in jakarta.faces.componentClasses in jakarta.faces.component that implement EditableValueHolder Modifier and Type Class Description classUIInputUICommand is a base abstraction for components that implement ActionSource.classUISelectBooleanA component that allows the user to select or unselect an object.classUISelectManyBase class for the various component classes that allow a user to select zero or more options from a set.classUISelectOneComponent for choosing one option out of a set of possibilities.classUIViewParameterTODO: documentation on jsp and pld are not the same.
- 
Uses of EditableValueHolder in jakarta.faces.component.htmlClasses in jakarta.faces.component.html that implement EditableValueHolder Modifier and Type Class Description classHtmlInputFileclassHtmlInputHiddenRenders as an HTML input tag with its type set to "hidden".classHtmlInputSecretclassHtmlInputTextclassHtmlInputTextareaclassHtmlSelectBooleanCheckboxclassHtmlSelectManyCheckboxclassHtmlSelectManyListboxclassHtmlSelectManyMenuclassHtmlSelectOneListboxclassHtmlSelectOneMenuclassHtmlSelectOneRadio
- 
Uses of EditableValueHolder in org.apache.myfaces.core.api.sharedMethods in org.apache.myfaces.core.api.shared with parameters of type EditableValueHolder Modifier and Type Method Description static EditableValueHolderStateEditableValueHolderState. create(EditableValueHolder evh)static booleanEditableValueHolderState. isEmpty(EditableValueHolder evh)voidEditableValueHolderState. restoreState(EditableValueHolder evh)voidEditableValueHolderState.ImmutableEditableValueHolderState. saveState(EditableValueHolder evh)voidEditableValueHolderState. saveState(EditableValueHolder evh)Constructors in org.apache.myfaces.core.api.shared with parameters of type EditableValueHolder Constructor Description EditableValueHolderState(EditableValueHolder evh)
 
-