Configuring Siebel Open UI > Application Programming Interface > Methods of the Siebel Open UI Application Programming Interface >

Control Builder Class


Table 42 describes the methods that Siebel Open UI uses with the ControlBuilder class.

Table 42.  Methods You Can Use with the SiebelAppFacade.ControlBuilder Class
Method
Description

Pick

You can use the following properties of the configuration object:

  • target. Specifies the DOM element as a jQuery object.
  • click. Attaches a callback method.
  • scope. Specifies the scope.
  • control. Sent as an argument to the callback method that the click property specifies.
  • className. Modifies the CSS style of the pick icon.

Mvg

DatePick

You can use the following properties of the configuration object:

  • target. Specifies the input control DOM element as a jQuery object with a calendar icon and attaches a DatePicker event.

    Configures Siebel Open UI to display a dialog box that contains only date options if the user clicks the calendar icon.

    DateTimePick does the same as DatePick except the dialog box allows the user to set the date and time.

  • className. Identifies the class.

DateTimePick

Configuring Siebel Open UI Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.