Uses of Interface
javax.faces.component.EditableValueHolder

Packages that use EditableValueHolder
javax.faces.component Fundamental APIs for user interface components. 
javax.faces.component.html Specialized user interface component classes for HTML. 
 

Uses of EditableValueHolder in javax.faces.component
 

Classes in javax.faces.component that implement EditableValueHolder
 class TestInput
          Test UIInput subclass.
 class TestSelectMany
          Test UISelectMany subclass.
 class UIInput
          UIInput is a UIComponent that represents a component that both displays output to the user (like UIOutput components do) and processes request parameters on the subsequent request that need to be decoded.
 class UISelectBoolean
          UISelectBoolean is a UIComponent that represents a single boolean (true or false) value.
 class UISelectMany
          UISelectMany is a UIComponent that represents the user's choice of a zero or more items from among a discrete set of available options.
 class UISelectOne
          UISelectOne is a UIComponent that represents the user's choice of zero or one items from among a discrete set of available options.
 class UIViewParameter
          

UIViewParameter represents a binding between a request parameter and a model property or UIViewRoot property.

static class UIViewRootTestCase.PhaseSkipTestComponent
           
 

Uses of EditableValueHolder in javax.faces.component.html
 

Classes in javax.faces.component.html that implement EditableValueHolder
 class HtmlInputHidden
          Represents an HTML input element of type hidden.
 class HtmlInputSecret
          Represents an HTML input element of type password.
 class HtmlInputText
          Represents an HTML input element of type text.
 class HtmlInputTextarea
          Represents an HTML textarea element.
 class HtmlSelectBooleanCheckbox
          Represents an HTML input element of type checkbox.
 class HtmlSelectManyCheckbox
          Represents a multiple-selection component that is rendered as a set of HTML input elements of type checkbox.
 class HtmlSelectManyListbox
          Represents a multiple-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
 class HtmlSelectManyMenu
          Represents a multiple-selection component that is rendered as an HTML select element, showing a single available option at a time.
 class HtmlSelectOneListbox
          Represents a single-selection component that is rendered as an HTML select element, showing either all available options or the specified number of options.
 class HtmlSelectOneMenu
          Represents a single-selection component that is rendered as an HTML select element, showing a single available option at a time.
 class HtmlSelectOneRadio
          Represents a single-selection component that is rendered as a set of HTML input elements of type radio.
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.