Searched defs:cells (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java991 * @param cells
992 * the values to print in the cells of the row
996 private static void printTableRow(Appendable out, Object... cells) argument
1000 for (Object cell : cells) {

Completed in 10 milliseconds