Represents all possible prompt elements
Simple text box that accepts one or more values.
Calendar control that allows selection of one or more dates.
Calendar with time control that allows selection of one or mor date time values.
Time control that allows selection of one or more time values.
Time interval control that allows selection of one or more temporal values.
Data driven prompt control that can be rendered as a picklist. The use item is optional since the control maybe entirely defined by explicit select options.
Data driven prompt control that allows the consumer to search for values.
Data driven prompt control that displays hierarchial information and allows the consumer to pick one or more members. In essence, the key of each level is the use value and the caption of each level is the display item.
A reference to the data item that will be used to populate the first level of the tree.
List of items that will be selected in the tree by default.
Represents a selection in the tree.
Ths is the number of levels to prepopulate the tree with. One is the default and means only prepopulate the tree with the root members.
The server will generate an appropriate prompt control
Defines the list of items that must be selected in the prompt control by default.
This element represents a range selection. This is only valid (or useful) if the range property is set to true. The two attributes, min and max are optional. If only the min is specified it means all values (unbounded range) above this value. Likewise if the max attribute is set it means all values (unbounded range) below this value.
Common attributes for prompt controls.
Attributes for controls that support ranges
Attributes for controls that support multi-select
Attributes for controls that can support missing or is not missing values
Attributes for controls that can show date values.
Attributes for controls that can show time values.
Attributes for controls that can be populated by data.
Attributes for controls that can support an autosubmit behavior.
Attributes for controls that can support a tree of data.
If the parent of this prompt control is optional, then pre-popluate this control with values, otherwise do not. This only applies to prompt controls that have a parent in a cascade.
A reference to a data item that will be used as the 'use' item for the control.
A reference to a data item that will be used as display iems in the control. This is a child of the use item since you cannot have a display item without a use item.
List of static choices to display in the control. If there are also data items in the select value control, then the selectOptions are added first.
The specific item to be displayed in the list. It contains the use value.
This is an optional display value to display with the static choice.
Specfieds the display value to use conditionally based of the refVariable attribute of the selectOpions element.
This element represents a single value.