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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Model(final T object)
Construct the model, setting the given object as the wrapped object.
Model()
Construct the model without providing an object.

Method

TgetObject()
IModel>of(final Collection collection)
Factory method for models that contain collections.
Modelof(T object)
Factory methods for Model which uses type inference to make code shorter.
Modelof()
Factory methods for Model which uses type inference to make code shorter.
IModel>ofList(final List list)
Factory method for models that contain lists.
IModel>ofMap(final Map map)
Factory method for models that contain maps.
voidsetObject(final T object)
Set the model object; calls setObject(java.io.Serializable).