Package org.jmanage.core.management.data

Source Code of org.jmanage.core.management.data.HtmlTabularDataFormat

/**
* Copyright (c) 2004-2005 jManage.org
*
* This is a free software; you can redistribute it and/or
* modify it under the terms of the license at
* http://www.jmanage.org.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jmanage.core.management.data;

import org.jmanage.util.display.Table;
import org.jmanage.util.display.HtmlTable;

/**
*
* <p>
* Date:  Sep 27, 2005
* @author  Rakesh Kalra
*/
public class HtmlTabularDataFormat extends TabularDataFormat {

    protected Table getTable() {
        return new HtmlTable();
    }
}
TOP

Related Classes of org.jmanage.core.management.data.HtmlTabularDataFormat

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.