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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

LoadableDetachableModel()
Default constructor, constructs the model in detached state with no data associated with the model.
LoadableDetachableModel(T object)
This constructor is used if you already have the object retrieved and want to wrap it with a detachable model.

Method

TgetObject()
booleanisAttached()
Gets the attached status of this model instance
voidsetObject(final T object)
Manually loads the model with the specified object.