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. |