T - The Model object type@Deprecated public interface IChainingModel<T> extends IModel<T>
if ( object instanceof IModel) { return ((IModel)object).getObject()}
else return object;
ChainingModels should also take care that the internal model detach is called when detach is
called on them.CompoundPropertyModel,
AbstractPropertyModel| Modifier and Type | Method and Description |
|---|---|
IModel<?> |
getChainedModel()
Deprecated.
Returns the chained model if there is a chained model.
|
void |
setChainedModel(IModel<?> model)
Deprecated.
Sets the model that is chained inside this model.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.