Package com.evolveum.midpoint.gui.api.model
The package that contains Wicket models (implementations of IModel
interface) and other model-related utilities.
- Author:
- Radovan Semancik
-
Interface Summary Interface Description CountModelProvider Interface for objects that provide Wicket model which represents object count or similar tag.NonEmptyModel<T> -
Class Summary Class Description CountableLoadableModel<T> A loadable model of a list that knows how to provide count of list items without having to retrieve the actual data.DisplayNameModel TODO: refactor for lazy loadingLoadableModel<T> Lazy loading Wicket model.NonEmptyLoadableModel<T> Loadable model whose object is always not null.NonEmptyPropertyModel<T> NonEmptyWrapperModel<T> ReadOnlyModel<T> Deprecated.