public class FutureModel<T>
extends org.apache.wicket.model.AbstractReadOnlyModel<T>
Future object.
This is useful when retrieving data from slow back-ends asynchronously before the synchronous
rendering of the Wicket components happens.| Constructor and Description |
|---|
FutureModel(Future<T> future) |
Copyright © 2017. All rights reserved.