All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sksamuel.jqm4gwt.JQMContent Maven / Gradle / Ivy

package com.sksamuel.jqm4gwt;

import com.google.gwt.dom.client.Document;
import com.sksamuel.jqm4gwt.panel.JQMPanel;

/**
 * @author Stephen K Samuel [email protected] 4 May 2011 23:55:27
 *
 * 
A panel that is used for all the main content widgets. *
This maps to the <div class="ui-content" role="main" /> element in the page. * */ public class JQMContent extends JQMPanel { JQMContent() { super(Document.get().createDivElement(), null/*dataRole*/, "ui-content"); JQMCommon.setRole(getElement(), "main"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy