Example usage for org.apache.wicket.model IChainingModel interface-usage

List of usage examples for org.apache.wicket.model IChainingModel interface-usage

Introduction

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

Usage

From source file com.crudetech.wicket.ObjectModel.java

/**
 * Adaptor model that simplifies and enables the use of domain objects in
 * wicket models.
 * <p/>
 * A  lot of predefined wicket components use primitive types and toString to display them.
 * This often leads to the effect that the programming style relies more on these primitives and

From source file org.geoserver.web.util.MapModel.java

/**
 * A model which backs onto an underlying map.
 * <p>
 * The semantics of this model are similar to {@link #PropertyModel} except for
 * that expressions map to keys of a map rather than java bean property names.
 * </p>

From source file org.hippoecm.frontend.model.ItemModelWrapper.java

/**
 * Base class for models that can provide objects based on an JCR {@link Item}.
 *
 * @param <T> the model object type
 */
public abstract class ItemModelWrapper<T> implements IChainingModel<T> {

From source file org.hippoecm.frontend.model.NodeModelWrapper.java

public abstract class NodeModelWrapper<T> implements IChainingModel<T> {

    private static final long serialVersionUID = 1L;

    protected JcrNodeModel nodeModel;

From source file org.hippoecm.frontend.model.nodetypes.NodeTypeModelWrapper.java

public abstract class NodeTypeModelWrapper implements IChainingModel {
    private static final long serialVersionUID = 1L;

    protected JcrNodeTypeModel itemModel;

    public NodeTypeModelWrapper(JcrNodeTypeModel model) {

From source file org.obiba.onyx.wicket.model.MagmaStringResourceModel.java

/**
 * A string resource model to resolved magma variables references in strings. Example of string that will be resolved:
 * 
 * <pre>
 *   You must select the $('ContraIndications:ArmSideChosen') Arm to measure the blood pressure.
 * </pre>

From source file org.opensingular.form.wicket.model.AbstractSInstanceCampoModel.java

public abstract class AbstractSInstanceCampoModel<I extends SInstance> extends AbstractSInstanceModel<I>
        implements IChainingModel<I> {

    private Serializable rootTarget;

    public AbstractSInstanceCampoModel(Serializable rootTarget) {

From source file org.opensingular.form.wicket.model.AbstractSInstanceItemListaModel.java

public abstract class AbstractSInstanceItemListaModel<I extends SInstance> extends AbstractSInstanceModel<I>
        implements IChainingModel<I> {

    private Serializable rootTarget;

    public AbstractSInstanceItemListaModel(Serializable rootTarget) {