Example usage for org.apache.wicket.util.io IClusterable interface-usage

List of usage examples for org.apache.wicket.util.io IClusterable interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.util.io IClusterable interface-usage.

Usage

From source file at.molindo.wicketutils.openid.OpenIdSession.java

public class OpenIdSession implements IClusterable {

    private static final MetaDataKey<ConsumerManager> CONSUMER_MANAGER_KEY = new MetaDataKey<ConsumerManager>() {
        private static final long serialVersionUID = 1L;
    };

From source file com.app.bootstrap.util.ICssClassNameProvider.java

/**
 *
 * @author Daniel Navas
 */
public interface ICssClassNameProvider extends IClusterable {
    String cssClassName();

From source file com.barchart.kerberos.server.ui.User.java

/**
 * Simple user object.
 * 
 * @author Eelco Hillenius
 */
public class User implements IClusterable {

From source file com.ccc.crest.servlet.needApi.ApiKeyInputModel.java

@SuppressWarnings("javadoc")
public final class ApiKeyInputModel implements IClusterable {
    private static final long serialVersionUID = 6055812790830812902L;

    private String keyId;
    private String code;

From source file com.gmail.volodymyrdotsenko.jqxwicket.core.Options.java

/**
 * Provides a wrapper on a {@link Map} that will contains jQuery behavior
 * options (key/value).<br/>
 * the {@link #toString()} methods returns the JSON representation of the
 * options.
 * 

From source file com.googlecode.wicket.jquery.core.Options.java

/**
 * Provides a wrapper on a {@link Map} that will contains jQuery behavior options (key/value).<br/>
 * the {@link #toString()} methods returns the JSON representation of the options.
 *
 * @author Sebastien Briquet - sebfz1
 *

From source file com.googlecode.wicket.jquery.core.renderer.ITextRenderer.java

/**
 * Provides the capability to get a specific text (likely from a property) for a bean type, for rendering purpose
 *
 * @param <T> the model object type
 * @author Sebastien Briquet - sebfz1
 */

From source file com.googlecode.wicket.jquery.core.template.IJQueryTemplate.java

/**
 * Provides base interface for a jQuery template<br/>
 * Designed to be used in conjunction with {@link JQueryTemplateBehavior}
 *
 * @author Sebastien Briquet - sebfz1
 */

From source file com.googlecode.wicket.jquery.ui.calendar.EventSource.java

/**
 * Provides an event source Object
 *
 * @author Sebastien Briquet - sebfz1
 * @see <a href="http://fullcalendar.io/docs/event_data/Event_Source_Object/">http://fullcalendar.io/docs/event_data/Event_Source_Object/</a>
 */

From source file com.googlecode.wicket.jquery.ui.form.slider.RangeValue.java

/**
 * Provides the value type to be used as model object for {@link RangeSlider}
 *
 * @author Sebastien Briquet - sebfz1
 */
public class RangeValue implements IClusterable /*, Comparable<RangeValue> */