R - result model typeT1 - first model typeT2 - second model typeT3 - third model typepublic static final class Functions.LazyReference3<R,T1,T2,T3> extends Object
Models.on(IModel, IModel, IModel)| Constructor and Description |
|---|
Functions.LazyReference3(Function3<R,? super Lazy<? extends T1>,? super Lazy<? extends T2>,? super Lazy<? extends T3>> function) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.model.IModel<? extends R> |
to(org.apache.wicket.model.IModel<? extends T1> first,
org.apache.wicket.model.IModel<? extends T2> second,
org.apache.wicket.model.IModel<? extends T3> third)
create a model from a function and a model
|
public org.apache.wicket.model.IModel<? extends R> to(org.apache.wicket.model.IModel<? extends T1> first, org.apache.wicket.model.IModel<? extends T2> second, org.apache.wicket.model.IModel<? extends T3> third)
R - result model typeT1 - first model typeT2 - second model typeT3 - third model typefirst - first modelsecond - second modelthird - second modelModels.on(IModel)Copyright © 2014. All Rights Reserved.