|
Class Summary |
| LoadableWritableModel |
Adaptation of Wicket's LoadableDetachableModel that does not extend a
read-only model and permits changing the underlying object. |
| Models |
Utility class for Databinder models. |
| PropertyDataProvider |
Base IDataProvider class with support for wrapping item models in a
CompoundPropertyModel. |
| SublistProjectionModel |
Projects a single list into multiple, arbitrarily transformed sublists without replicating
the list structure. |
| SublistProjectionModel.Chunked |
Breaks the parent list into chunks of the requested size, in the same order as
the parent list. |
| SublistProjectionModel.Transposed |
Transposes rows and columns so the list runs top to bottom rather than
left to right. |