portletbeanspanninggrid.java

来自「java 写的一个新闻发布系统」· Java 代码 · 共 28 行

JAVA
28
字号
package org.jahia.layout;/** * Title:        Extension of PortletBeanGrid to handle HTML-like spanning * Description:  This class extends on the simple grid by allowing grid entries * to span multiple columns or multiple rows, just as HTML tables may. This mostly * has consequences on the various iterators, on addition of elements in the * table, and moving elements throughout the grid * Copyright:    Copyright (c) 2002 * Company:      Jahia Ltd * @author Serge Huber * @version 1.0 * @todo not entirely implemented yet... */import java.io.*;import java.util.*;import org.jahia.utils.JahiaConsole;import org.jahia.exceptions.*;public class PortletBeanSpanningGrid extends PortletBeanGrid {    /**     * This following portletTable reference table is the heart of this     * spanning grid layout manager. It's format is the following :     *     *       

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?