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

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

Completed in 257 milliseconds