EGL コードを使用して、Faces JSP ページの JSF データ・テーブルのプロパティーの一部を変更できます。
import com.ibm.egl.jsf.*
table1 HtmlDataTable; table1 = viewRoot.findComponent("table1");
table1.setRowClasses("MyRowClass1");
table1.setRowClasses("MyRowClass1, MyRowClass2");