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

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

Introduction

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

Usage

From source file org.wicketstuff.lazymodel.LazyModel.java

/**
 * A model for lazy evaluations:
 * 
 * <pre>
 * IModel&lt;String&gt; model = model(from(a).getB().getStrings().get(&quot;key&quot;));
 *