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

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

Completed in 9 milliseconds