|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIXValue | |
---|---|
org.apache.myfaces.trinidad.component | |
org.apache.myfaces.trinidad.component.core.input | |
org.apache.myfaces.trinidad.component.core.output |
Uses of UIXValue in org.apache.myfaces.trinidad.component |
---|
Subclasses of UIXValue in org.apache.myfaces.trinidad.component | |
---|---|
class |
UIXEditableValue
Events: |
class |
UIXInput
Events: |
class |
UIXOutput
UIXOutput is a concrete base class for all Apache Trinidad output components that support type conversion. |
class |
UIXSelectBoolean
Events: |
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: |
Uses of UIXValue in org.apache.myfaces.trinidad.component.core.input |
---|
Subclasses of UIXValue 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
|
class |
CoreInputNumberSpinbox
|
class |
CoreInputText
|
class |
CoreSelectBooleanCheckbox
|
class |
CoreSelectBooleanRadio
|
class |
CoreSelectManyCheckbox
|
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
|
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. |
Uses of UIXValue in org.apache.myfaces.trinidad.component.core.output |
---|
Subclasses of UIXValue in org.apache.myfaces.trinidad.component.core.output | |
---|---|
class |
CoreOutputDocument
The outputText component supports styled text. |
class |
CoreOutputFormatted
|
class |
CoreOutputLabel
|
class |
CoreOutputText
The outputText component supports styled text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |