Java org.apache.wicket.model PropertyModel fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.model PropertyModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.model PropertyModel.

The text is from its open source code.

Subclass

org.apache.wicket.model.PropertyModel has subclasses.
Click this link to see all its subclasses.

Constructor

PropertyModel(final Object modelObject, final String expression)
Construct with a wrapped (IModel) or unwrapped (non-IModel) object and a property expression that works on the given model.

Method

PropertyModelof(Object parent, String property)
Type-infering factory method