210211212213214215216217218219220
facesContext.getELContext(), "#{item.name}", String.class)); col.getChildren().add(text); data.setRowIndex(-1); data.processDecodes(facesContext); for (int i = 0; i < rowCount; i++) { list.add(new Item(i, "name"+i, "lastName"+i)); }
217218219220221222223224225226227
for (int i = 0; i < rowCount; i++) { list.add(new Item(i, "name"+i, "lastName"+i)); } data.processDecodes(facesContext); } /** * Check if EditableValueHolder is being saved and restored. */
214215216217218219220221222223224
221222223224225226227228229230231