public class ReadOnlyModel<T>
extends org.apache.wicket.model.AbstractReadOnlyModel<T>
Modifier and Type | Method and Description |
---|---|
T |
getObject() |
static <T> ReadOnlyModel<T> |
of(Supplier<T> supplier) |
public T getObject()
public static <T> ReadOnlyModel<T> of(Supplier<T> supplier)
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.