⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 portletbeanspanninggrid.java

📁 java 写的一个新闻发布系统
💻 JAVA
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -