Example usage for com.google.gwt.user.client.ui HTMLPanel subclass-usage

List of usage examples for com.google.gwt.user.client.ui HTMLPanel subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui HTMLPanel subclass-usage.

Usage

From source file com.devbliss.gwtbliss.client.ui.ListPanel.java

/**
 * Panel for HTML lists.
 *
 * <p>
 * Basically creates an UL tag and can contain other child LI widgets.
 * </p>

From source file com.devbliss.gwtbliss.client.ui.Nav.java

/**
 * A HTML5 Nav Element
 *
 * @see <a
 *      href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">W3C
 *      Spec Draft</a>

From source file com.devbliss.gwtbliss.client.ui.Section.java

/**
 * A HTML5 Section Element.
 *
 * @see <a
 *      href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element">W3C
 *      Spec Draft</a>

From source file com.dianaui.universal.core.client.ui.gwt.HTMLPanel.java

/**
 * @author Sven Jacobs
 * @author Grant Slender
 * @author <a href='mailto:donbeave@gmail.com'>Alexey Zhokhov</a>
 */
public class HTMLPanel extends com.google.gwt.user.client.ui.HTMLPanel

From source file com.github.gwtbootstrap.client.ui.base.HtmlWidget.java

/**
 * Widget with support for HTML.
 * 
 * <p>
 * When extendind this class, the child class should always expose a constructor
 * with a String argument. This argument is HTML text. The constructor is used

From source file com.github.gwtbootstrap.client.ui.CodeBlock.java

/**
 * Block of Code with syntax highlighting.
 * <p>
 * Line breaks have to be escaped with "\n".
 * 
 * <p>

From source file com.github.gwtbootstrap.client.ui.incubator.TableHeader.java

/**
 * Header for the column of a {@link Table}.
 * 
 * @since 2.0.4.0
 * 
 * @author Dominik Mayer

From source file com.google.api.explorer.client.parameter.schema.FieldsEditor.java

/**
 * Tree-based UI for selecting fields to request, based on the response schema
 * for a method.
 *
 * @author jasonhall@google.com (Jason Hall)
 */

From source file com.google.appinventor.client.editor.blocks.BlocklyPanel.java

/**
 * Blocks editor panel.
 * The contents of the blocks editor panel is in an iframe identified by
 * the formName passed to the constructor. That identifier is also the hashtag
 * on the URL that is the source of the iframe. This class provides methods for
 * calling the Javascript Blockly code from the rest of the Designer.

From source file com.google.appinventor.client.editor.youngandroid.BlocklyPanel.java

/**
 * Blocks editor panel.
 * The contents of the blocks editor panel is in an iframe identified by
 * the formName passed to the constructor. That identifier is also the hashtag
 * on the URL that is the source of the iframe. This class provides methods for
 * calling the Javascript Blockly code from the rest of the Designer.