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.public void detach()
detach in interface org.apache.wicket.model.IDetachabledetach in class org.apache.wicket.model.AbstractReadOnlyModel<T>Copyright © 2015. All rights reserved.