Development tools : XUI editor : Editing an XUI page : Editing the properties of the XUI widgets : Binding data to the XUI widgets : Binding data to widgets
  
Binding data to widgets
This topic describes general steps to bind data to widgets and gives some specific examples, such as select, combo, tree, table, and fileUpload widget.
Prerequisite
Before you bind data to widgets, you must first define the data in the UDTT Transaction editor: see Defining data in transaction editor.
To bind data to widgets
1 In the Project Explorer view, double-click the XUI file that contains the widgets to which you want to bind data.
The XUI file is displayed in the XUI editor.
2 In the XUI editor area, click the widget to which you want to bind data.
3 In the Properties view of the widget, click the Properties tab.
4 Click in the Value column of the dataName property, and then click Browse.
This graphic is described in the surrounding text.
The Please select a data name window opens.
5 In the right panel, select the context that contains the data that you want to bind to the widget.
6 In the left panel, select the data that you want to bind to the widget. Click OK.
This graphic is described in the surrounding text.
Result
Data is bound to the widget.
See
Binding data to a select widget
Binding data to a Combo widget
Binding data to a tree widget
Binding data to a table widget
Binding data to a fileUpload widget
Go up to
Binding data to the XUI widgets