| Constructor and Description |
|---|
ModelSet.Set1(org.apache.wicket.model.IModel<T1> m1) |
public ModelSet.Set1(org.apache.wicket.model.IModel<T1> m1)
public <R> org.apache.wicket.model.IModel<R> apply(Function1<R,T1> function)
R - result model typeT1 - first model type from setfunction - transforming functionModels.on(IModel)Copyright © 2012. All Rights Reserved.