Uses of Interface
com.atlassian.confluence.core.ListBuilderCallback

Packages that use ListBuilderCallback
com.atlassian.confluence.core   
 

Uses of ListBuilderCallback in com.atlassian.confluence.core
 

Classes in com.atlassian.confluence.core that implement ListBuilderCallback
 class SingleListBuilderCallback<T>
          A very simple implementation which can be used in the case where you don't actually require paging and you actually have the entire list already.
 

Methods in com.atlassian.confluence.core with parameters of type ListBuilderCallback
static
<T> DefaultListBuilder<T>
DefaultListBuilder.newInstance(ListBuilderCallback<T> callback)
          Instantiate a new default ListBuilder from a callback.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.