Package | Description |
---|---|
org.wicketstuff.lazymodel |
Modifier and Type | Method and Description |
---|---|
LazyModel<T> |
LazyModel.bind(Object target)
Bind this model to a new target.
|
static <R> LazyModel<R> |
LazyModel.model(R result)
Create a model for the given evaluation result.
|
Constructor and Description |
---|
LazyColumn(org.apache.wicket.model.IModel<String> displayModel,
LazyModel<R> cellModel)
Creates a new non-sortable column.
|
LazyColumn(org.apache.wicket.model.IModel<String> displayModel,
LazyModel<R> cellModel,
S sortProperty)
Creates a new column.
|
Copyright © 2015. All rights reserved.