Example usage for org.apache.wicket.markup IMarkupResourceStreamProvider interface-usage

List of usage examples for org.apache.wicket.markup IMarkupResourceStreamProvider interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup IMarkupResourceStreamProvider interface-usage.

Usage

From source file com.aplombee.TestQuickViewContainer.java

/**
 * @author Vineet Semwal
 */
public abstract class TestQuickViewContainer extends WebMarkupContainer implements IMarkupResourceStreamProvider {

    public static final String quickViewId = "quickview", parentId = "parent", ajaxLinkId = "link",

From source file com.gitblit.wicket.freemarker.FreemarkerPanel.java

/**
 * This class allows FreeMarker to be used as a Wicket preprocessor or as a
 * snippet injector for something like a CMS.  There are some cases where Wicket
 * is not flexible enough to generate content, especially when you need to generate
 * hybrid HTML/JS content outside the scope of Wicket.
 *

From source file com.servoy.j2db.server.headlessclient.ServoyErrorPage.java

/**
 * @author jcompagner
 * 
 */
public class ServoyErrorPage extends WebPage implements IMarkupResourceStreamProvider {
    private static final long serialVersionUID = 1L;

From source file com.servoy.j2db.server.headlessclient.ServoyPageExpiredPage.java

/**
 * @author jcompagner
 * 
 */
public class ServoyPageExpiredPage extends WebPage implements IMarkupResourceStreamProvider {
    private static final long serialVersionUID = 1L;

From source file gr.interamerican.wicket.bo2.markup.html.panel.SelfDrawnPanel.java

/**
 * The components are drawn inside a {@link RepeatingView}.
 * <br/>
 * Each component may optionally contain a label to indicate
 * what it is.
 * <br/>

From source file gr.interamerican.wicket.factories.ComponentFactoryPage.java

/**
 * ComponentFactoryPage is a webpage used for the {@link ComponentFactory} tests. 
 * We add the components here and the markupConstant that is needed.
 */
public class ComponentFactoryPage extends WebPage
        implements IMarkupResourceStreamProvider, IMarkupCacheKeyProvider {

From source file gr.interamerican.wicket.factories.LinkPage.java

/**
 * 
 */
public class LinkPage extends WebPage implements IMarkupResourceStreamProvider, IMarkupCacheKeyProvider {

    /**

From source file gr.interamerican.wicket.markup.html.panel.CheckBoxPanel.java

/**
 * @param <T> 
 * 
 */
public abstract class CheckBoxPanel<T> extends Panel
        implements IMarkupResourceStreamProvider, IMarkupCacheKeyProvider {

From source file gr.interamerican.wicket.markup.html.panel.DataTableCheckBoxPanel.java

/**
 * {@link Panel} that contains a check box used to select
 * one of the rows of a {@link DataTable}
 * 
 * @param <T> type of model object.
 */

From source file gr.interamerican.wicket.markup.html.panel.DataTableImagePanel.java

/**
 * Panel containing a textField.
 * 
 */
public class DataTableImagePanel extends Panel implements IMarkupResourceStreamProvider, IMarkupCacheKeyProvider {