Uses of Class
org.apache.myfaces.trinidad.component.UIXEditableValue

Packages that use UIXEditableValue
org.apache.myfaces.trinidad.component   
org.apache.myfaces.trinidad.component.core.input   
 

Uses of UIXEditableValue in org.apache.myfaces.trinidad.component
 

Subclasses of UIXEditableValue in org.apache.myfaces.trinidad.component
 class UIXInput
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent Apply Request Values The valueChange event is delivered when the value attribute is changed.
 class UIXSelectBoolean
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent Apply Request Values The valueChange event is delivered when the value attribute is changed.
 class UIXSelectInput
          selectInput is a base abstraction for components that allow both input and selection from a list of possible values.
 class UIXSelectMany
          UIXSelectMany is a base abstraction for components that allow selection of multiple of a series of selectItem controls, where order is not relevant.
 class UIXSelectOne
          UIXSelectOne is a base abstraction for components that allow selection of a single in a series of selectItem components.
 class UIXSelectOrder
          Events:
Type Phases Description
javax.faces.event.ValueChangeEvent Apply Request Values The valueChange event is delivered when the value attribute is changed.
 

Uses of UIXEditableValue in org.apache.myfaces.trinidad.component.core.input
 

Subclasses of UIXEditableValue in org.apache.myfaces.trinidad.component.core.input
 class CoreInputColor
          The inputColor component creates a text field for entering colors.
 class CoreInputDate
          The inputDate component creates a text field for entering dates and a button for picking dates from a calendar.
 class CoreInputFile
          The inputFile component is a component that can be used to upload a file.
 class CoreInputHidden
          The UIXInputHidden component adds a value that will be submitted with a form, but not displayed to the user.
 class CoreInputListOfValues
           The inputListOfValues is a text field that also supports launching a dialog to assist users in entering a value.
 class CoreInputNumberSpinbox
           The inputNumberSpinbox component creates a browser input widget and up/down arrows.
 class CoreInputText
           The inputText component creates a browser input text widget.
 class CoreSelectBooleanCheckbox
           The selectBooleanCheckbox component maps to a standard browser input checkbox, which toggles between selected and unselected states.
 class CoreSelectBooleanRadio
           The selectBooleanRadio component maps to a single browser input radio, grouped with all other selectBooleanRadio controls in the same form which share the same "group" attribute.
 class CoreSelectManyCheckbox
          The selectManyCheckbox component creates a component which allows the user to select many values from a series of checkboxes.
 class CoreSelectManyListbox
          The UIXSelectManyListbox component creates a component which allows the user to select many values from a list of items.
 class CoreSelectManyShuttle
          The selectManyShuttle component provides a mechanism for selecting multiple values from a list of values by allowing the user to move items between two lists.
 class CoreSelectOneChoice
          The selectOneChoice component creates a menu-style component, which allows the user to select a single value from a list of items.
 class CoreSelectOneListbox
          The UIXSelectOneListbox component creates a component which allows the user to select a single value from a list of items.
 class CoreSelectOneRadio
          The selectOneRadio component creates a component which allows the user to select a single value from a set of items displayed as a series of radio buttons.
 class CoreSelectOrderShuttle
          The selectOrderShuttle component provides a mechanism for selecting multiple values from a list of values by allowing the user to move items between two lists, and reordering that list of values.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.