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

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

Introduction

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

Usage

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.WebForm.java

/**
 * @author jcompagner
 *
 */
public class WebForm extends Panel implements IFormUIInternal<Component>, IMarkupCacheKeyProvider,
        IProviderStylePropertyChanges, ISupportSimulateBounds {

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 {

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

/**
 * Panel containing a link in text or icon form, 
 * for the execution of an action on a {@link DataTable}.
 * The action is executed using a plain link, making this
 * implementation suitable for downloading a file.
 * 

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

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