add this to your scrollableDataTable tag:
- binding="#{bean.table}" selection="#{bean.selection}"
Add this(with appropriate getters and setters) into your bean(backing bean class):
- private Selection scrollableDataTableSelection;
- private HtmlScrollableDataTable sdTable;
And you can make this in your action listener:
- public void listener(ActionEvent event)
- {
-
- Iterator keys = table.getKeys();
-
- while(keys.hasNext())
- {
- Object key = keys.next();
- table.setRowKey(key);
- Object rowData = table.getRowData();
-
-
-
- }
- }
分享到:
相关推荐
pku acm 2239 Selecting Courses代码 二分图的最大匹配的匈牙利算法 解题报告请访问:http://blog.csdn.net/china8848
Models for Selecting an ERP System with HesitantFuzzy Linguistic Information
Table of Contents Introduction Course Objectives What is a Relational Database?...Selecting All Columns & Rows Selecting Specific Columns Selecting Specific Rows Sorting Rows Eliminating Duplicate Rows
Fixed : Issue with editing cell functionality while selecting all cells in TTMSFMXGrid v1.8.0.2 Fixed : Issue with peristing column states Fixed : Issue with printing DPI on different real and ...
+ New type of DropDown calendar with support for entering date and time + Highlight holidays, ...+ Selecting of rows in DBGridEh.DataGrouping mode by pressing the group row in the indicator section
30 Selecting the Best Approaches and Real World Applications Transfer Learning Task – How to Build a Powerful Image Classifier 31 Introduction to Transfer Learning in TensorFlow 2 32 Picking a ...
Version 9.0 + New type of DropDown calendar with support for entering date and time ...+ Selecting of rows in DBGridEh.DataGrouping mode by pressing the group row in the indicator section
在这个系统中,"Course-Selecting-System-master.zip" 是一个包含源代码和相关资源的压缩包,很可能是一个完整的项目仓库。这个系统是用SSM(Spring、SpringMVC、MyBatis)框架开发的,并且采用了LayUI作为前端界面...
Chapter 1: A Taste of Machine Learning Chapter 2: Working with Data in OpenCV and Python Chapter 3: First Steps ...Chapter 11: Selecting the Right Model with Hyperparameter Tuning Chapter 12: Wrapping Up
### 选择核特征脸用于每主体只有一个训练样本的人脸识别 #### 概述 本文介绍了一种在每个识别对象仅有一个训练样本的情况下进行人脸识别的新方法。这种方法基于核主成分分析(Kernel Principal Component Analysis,...
The chapter ends with a couple of examples of less common proce‐ dures, including selecting a set of contiguous rows and adding a header row to the dataset. Chapter 3, Excel Files Next, we’ll cover...
根据给定的文件信息,这份文档是一份NASA提供的详尽报告,名为《Outgassing Data for Selecting Spacecraft Materials》,主要针对航天领域中航天器材料的放气现象提供了大量数据。下面我将详细解释标题和描述中涉及...
Selecting K with the elbow method 204 Evaluating clusters 207 Image quantization 209 Clustering to learn features 211 Summary 214 Chapter 14: Dimensionality Reduction with Principal Component Analysis...