Example usage for org.apache.wicket.markup.head HeaderItem subclass-usage

List of usage examples for org.apache.wicket.markup.head HeaderItem subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.head HeaderItem subclass-usage.

Usage

From source file org.apache.syncope.client.console.wicket.markup.head.MetaHeaderItem.java

public class MetaHeaderItem extends HeaderItem implements Serializable {

    private static final long serialVersionUID = 7578609827530302053L;

    private final String key;

From source file org.apache.syncope.markup.head.MetaHeaderItem.java

public class MetaHeaderItem extends HeaderItem implements Serializable {

    private static final long serialVersionUID = 7578609827530302053L;

    private final String key;

From source file org.cast.cwm.components.head.GoogleAnalyticsHeaderItem.java

/**
 * Inserts the Google "Universal Analytics" tracking code into the page header.
 * The property-specific tracking ID and Google Analytics account ID must be supplied.
 * See: https://www.google.com/analytics
 *  
 * @author bgoldowsky

From source file org.efaps.ui.wicket.behaviors.dojo.AutoCompleteHeaderItem.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 * @version $Id$
 */

From source file org.efaps.ui.wicket.behaviors.dojo.OnDojoReadyHeaderItem.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 * @version $Id$
 */

From source file org.efaps.ui.wicket.resources.AbstractEFapsHeaderItem.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 * @version $Id$
 */

From source file org.efaps.ui.wicket.resources.IconHeaderItem.java

/**
 * TODO comment!
 *
 * @author The eFaps Team
 * @version $Id$
 */

From source file org.hippoecm.frontend.extjs.ExtUtilsHeaderItem.java

public class ExtUtilsHeaderItem extends HeaderItem {

    private static final JavaScriptResourceReference EXT_IFRAME_PANEL = new JavaScriptResourceReference(
            ExtWidgetRegistry.class, "IFramePanel.js");

    private static final ExtUtilsHeaderItem INSTANCE = new ExtUtilsHeaderItem();

From source file org.hippoecm.frontend.extjs.ExtWidgetRegistryHeaderItem.java

public class ExtWidgetRegistryHeaderItem extends HeaderItem {

    private static final JavaScriptResourceReference EXT_WIDGET_REGISTRY_JS = new JavaScriptResourceReference(
            ExtWidgetRegistry.class, "ExtWidgetRegistry.js");

    private static final ExtWidgetRegistryHeaderItem INSTANCE = new ExtWidgetRegistryHeaderItem();

From source file org.hippoecm.frontend.HippoHeaderItem.java

public abstract class HippoHeaderItem extends HeaderItem {

    protected static final ResourceReference SCREEN_CSS = getUniqueResourceReference("skin/screen.css");
    protected static final ResourceReference SCREEN_IE_CSS = getUniqueResourceReference("skin/screen_ie.css");
    protected static final ResourceReference LEGACY_CSS = getUniqueResourceReference("skin/screen_legacy.css");