Run the dataTable on the server.
在服务器上运行这个datatable。
How to: Edit Rows in a DataTable.
如何:编辑数据表中的行。
Filling the DataTable row content.
填写datatable行内容。
How to: Delete Rows in a DataTable.
如何:删除数据表中的行。
The dataTable source code should look like Listing 1.
datatable源代码看起来应该如列表1所示。
That fills the object with all the data for each DataTable.
这会使用每个DataTable的所有数据填充该对象。
In this application, you have a master dataTable and a detailed map.
在该应用程序中,您有一个主datatable和一个详细的地图。
From the Tomahawk palette drawer, drag a dataTable tag onto the page.
从Tomahawk配置板drawer中,拖拉datatable标签到页面中。
It will simply appear as a gray box showing the t: dataTable tag name.
它会简单的作为一个显示t:datatable标签名的灰框出现。
This method sorts the data in the bean that your dataTable gets its data from.
这个方法对dataTable 中的来自于bean 的数据进行排序。
The JSF framework provides a DataTable widget that you can use to display the data.
JSF框架提供了一个DataTable部件,可以用来显示数据。
The sorting tags added to the first column in the dataTable will look like Listing 2.
在dataTable 的第一列中添加排序标签后,看起来应该如 列表 2所示。
Note: All methods performed on this object apply to the run-time DataTable object only.
注意:此对象上执行的所有方法都只适用于运行时数据表。
With the dataTable tag selected, go to the Properties view and click the button to add new child tags.
对于选中的dataTable标签,切换至Properties视图,并点击按钮以添加一个新的子标签。
In this scenario, Websphere Record List of the parent Datatable is being used by the nested components.
在该场景中,嵌套组件使用了父数据表中的Websphere记录列表。
In the Places application, There is a master dataTable, a detailed map, and a detailed weather indicator.
在Places应用程序中,有一个主数据表、一个详细地图、一个详细天气指示器。
The Datatable component (formerly known as Datagrid) consists of columns that may contain other components.
数据表组件(以前称为Datagrid)由可能包含其他组件的列组成。
Extended datatable - This extends the standard JSF datatable with a header, which allows for sorting by column.
Extendeddatatable——将使用页眉对标准JSF datatable进行扩展,允许进行按列排序。
Complete your exploration of the handler by looking at one of the methods used to build row content for the DataTable.
通过查看用于为datatable构建行内容的方法之一,完成您对处理程序的探索。
Using a master-detail relationship, this would have resulted in a detail DataTable that would have been empty most of the time.
如果使用master -detail关系,那么将产生一个具体的DataTable,该DataTable在大部分情况下都是空的。
The dataTable component allows the user to display tabular data of any type, including text, images, combination (combo) boxes and more.
这个dataTable组件允许用户显示任何类型的表列数据,包括文本、图像、组合逻辑单元等等。
Each row of the dataTable represents a country, and when the user clicks on a row the country location is displayed in the detailed map.
dataTable的每一行表示一个国家,当用户单击行时,将显示该国的详细地图。
The class file actually contains a series of classes that inherit from and extend the DataSet, DataTable, DataRow, and EventArgs classes.
该类文件实际上包含一系列类,这些类继承并扩展了DataSet、DataTable、DataRow和eventargs类。
The side effect is that the download request will be generated the same number of times as the number of records displayed by the Datatable.
负面效应是将生成与数据表中显示的记录数目相同次数的下载请求。
In this scenario, the component that deals with download USES the variable (defined by the var attribute) of the parent Datatable component.
在该场景中,处理下载的组件使用父数据表组件的变量(var属性定义的)。
Thus Datatable iterates through the elements of the list and provides values to the child components via a variable defined by the var attribute.
因此数据表可以通过元素列表进行迭代并且通过var属性定义的变量为子组件提供值。
This particular method builds and embeds a DataTable object in a panel for a configuration invocation of an ACLPerspective based on the actor view.
这一特定方法可以构建DataTable对象并基于参与者视图将其嵌入到ACLPerspective的配置调用的面板中。
The {dataTable} placholder is supposed to be replaced by a data table which shows records corresponding to each product that is part of the product category.
{dataTable} 占位符应该被数据表格所替换,该数据表格显示对应于所属某产品分类的每一个产品记录。
This attribute is assigned when binding the dataTable tag and is also used to generate binding expressions for other JSF components nested inside the dataTable.
在捆绑dataTable标签时,会分配属性,该属性还用于为 dataTable 之内的其他JSF组件生成捆绑表达式。
Figure 2 shows the diagram view of a typed DataSet that represents an Orders DataTable, an OrderDetails DataTable, and the relationship that links the two tables.
图2显示了一个类型化数据集的关系图视图,它表示Orders数据表、OrderDetails数据表以及这两个表之间的关系。
应用推荐