Class Summary |
CoreChooseColor |
The chooseColor control creates a palette for picking colors. |
CoreChooseDate |
The chooseDate component is used in conjunction with a
selectInputDate to allow the user to quickly select a date value without
having to navigate to a secondary window. |
CoreInputColor |
The inputColor component creates a text field for entering colors. |
CoreInputDate |
The inputDate component creates a text field for entering dates and
a button for picking dates from a calendar. |
CoreInputFile |
The inputFile component is a component that can
be used to upload a file. |
CoreInputHidden |
The UIXInputHidden component adds a value that
will be submitted with a form, but not displayed
to the user. |
CoreInputListOfValues |
The inputListOfValues is a text field that also supports
launching a dialog to assist users in entering a value. |
CoreInputNumberSpinbox |
The inputNumberSpinbox component creates a browser input widget and up/down arrows. |
CoreInputText |
The inputText component creates a browser input text widget. |
CoreResetButton |
The reset button control creates a push button which will
reset the content of a form. |
CoreSelectBooleanCheckbox |
The selectBooleanCheckbox component maps to a standard browser input
checkbox, which toggles between selected and unselected
states. |
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. |
CoreSelectItem |
The selectItem tag represents a single item that the user
may select from a list, choice, radio, or shuttle Trinidad control. |
CoreSelectManyCheckbox |
The selectManyCheckbox component creates a component which allows
the user to select many values from a series of checkboxes. |
CoreSelectManyListbox |
The UIXSelectManyListbox component creates a component which allows
the user to select many values from a list of items. |
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. |
CoreSelectOneChoice |
The selectOneChoice component creates a menu-style component,
which allows the user to select a single value from a list of items. |
CoreSelectOneListbox |
The UIXSelectOneListbox component creates a component which allows
the user to select a single value from a list of items. |
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. |
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. |