public class CompoundMultiPropertyModel<T>
extends org.apache.wicket.model.CompoundPropertyModel<T>
CompoundPropertyModel
that allows multiple expression binding using MultiPropertyModel
in #bind(String[])
Constructor and Description |
---|
CompoundMultiPropertyModel(Object object) |
Modifier and Type | Method and Description |
---|---|
<S> org.apache.wicket.model.IModel<S> |
bind(String[] properties,
org.apache.commons.collections.Predicate filter)
Bind the model to multiple properties in the model object
|
public CompoundMultiPropertyModel(Object object)
public <S> org.apache.wicket.model.IModel<S> bind(String[] properties, org.apache.commons.collections.Predicate filter)
properties
- as multiple expressions to setfilter
- as an optional Predicate
MultiPropertyModel.setFilter(Predicate)
Copyright © 2018. All rights reserved.