Supported Controls in Siebel Web Component Framework

The Web Component Framework supports rendering scenarios through the base Presentation Models and Oracle JET components that are described in the preceding sections of this chapter. Supported controls and behaviors depend on the layout type, the configured base Presentation Model, and the documented JSON bindings that are used for that layout.

The following table lists the supported controls and their corresponding model view implementations.

Control Model View Oracle JET Reference
<oj-c-input-text> TextModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.InputText.html
<oj-c-button> ButtonModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.Button.html
<oj-c-text-area> TextAreaModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.TextArea.html
<oj-combobox-one> DropDownModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj.ojComboboxOne.html
<oj-input-date> DateModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj.ojInputDate.html
<oj-input-date-time> DateTimeModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj.ojInputDateTime.html
<oj-c-labelled-link> LinkModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.LabelledLink.html
<oj-c-checkbox> CheckBoxModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.Checkbox.html
<oj-c-radioset> RadioModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.Radioset.html
<oj-c-input-password> PasswordModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.InputPassword.html
<oj-c-input-text> and <oj-c-button> MailModelView https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.InputText.html%20;%20https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.Button.html
<oj-c-labelled-link> URLModelView

https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.LabelledLink.html

<oj-c-input-text> and <oj-c-button> MvgPickEDModelView

https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.InputText.html%20;%20https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.Button.html

<oj-c-input-date-time> and <oj-c-select-single> DateTimeTZModelView

https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj.ojInputDateTime.html

https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.SelectSingle.html

<oj-chart> <oj-chart-item> Chart

https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj.ojChart.html

https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj.ojChartItem.html

<oj-c-input-text> <oj-c-button> <oj-input-date> <oj-c-form-layout> CurrencyModelView

https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.InputText.html

https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.FormLayout.html

https://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj-c.Button.html

Only the controls, bindings, and behaviors that are documented for the Web Component Framework are supported. If an existing Open UI customization depends on legacy Physical Renderer logic or unsupported control behavior, then additional redesign or customization might be required before that behavior can be used in this framework.