Example usage for com.google.gwt.safehtml.client HasSafeHtml interface-usage

List of usage examples for com.google.gwt.safehtml.client HasSafeHtml interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.safehtml.client HasSafeHtml interface-usage.

Usage

From source file com.github.gilbertotorrezan.gwtcloudinary.client.CloudinaryUploadWidget.java

/**
 * The GWT wrapper for the Cloudinary's Upload Widget. It is a {@link Composite} built around a GWT {@link Button}. 
 * 
 * @author Gilberto Torrezan Filho
 *
 * @since v.1.0.0

From source file com.sencha.gxt.cell.core.client.ButtonCell.java

public class ButtonCell<C> extends ResizeCell<C> implements HasBeforeSelectHandlers, HasSelectHandlers,
        HasArrowSelectHandlers, HasHTML, HasIcon, HasSafeHtml, FocusableCell, DisableCell, HasTapGestureHandlers {

    /**
     * Button arrow alignment enum.
     */

From source file com.sencha.gxt.widget.core.client.button.CellButtonBase.java

public class CellButtonBase<C> extends CellComponent<C> implements HasHTML, HasIcon, HasBeforeSelectHandlers,
        HasSelectHandlers, HasArrowSelectHandlers, HasSafeHtml {

    public CellButtonBase() {
        this(new ButtonCell<C>());
    }

From source file com.sencha.gxt.widget.core.client.form.FieldLabel.java

/**
 * Form field wrapper to add a label and validation error text.
 */
public class FieldLabel extends SimpleContainer implements HasText, HasHTML, HasSafeHtml {

    /**

From source file com.sencha.gxt.widget.core.client.Header.java

/**
 * A custom widget that supports an icon, text, and tool area.
 */
public class Header extends Component implements HasIcon, HasText, HasHTML, HasSafeHtml {

    /**

From source file com.sencha.gxt.widget.core.client.menu.HeaderMenuItem.java

/**
 * A menu item for headings. Typically, places as the first item in a Menu.
 */
public class HeaderMenuItem extends Item implements HasHTML, HasSafeHtml {

    public interface HeaderMenuItemAppearance extends ItemAppearance {

From source file com.sencha.gxt.widget.core.client.menu.MenuBarItem.java

public class MenuBarItem extends Component implements HasSafeHtml, HasHTML {

    public static interface MenuBarItemAppearance {

        XElement getHtmlElement(XElement parent);

From source file com.sencha.gxt.widget.core.client.menu.MenuItem.java

/**
 * A base class for all menu items that require menu-related functionality (like
 * sub-menus) and are not static display items. Item extends the base
 * functionality of {@link Item} by adding menu-specific activation and click
 * handling.
 */

From source file com.sencha.gxt.widget.core.client.Status.java

/**
 * A widget that displays a status message and icon, typically used in a tool
 * bar.
 */
public class Status extends Component implements HasText, HasHTML, HasIcon, HasSafeHtml {

From source file com.sencha.gxt.widget.core.client.TabItemConfig.java

/**
 * Config object which controls the content and behavior of a widget in a
 * TabPanel.
 * 
 * <p />
 * When updating the config object after the widget has been inserted, you must