Uses of Interface
com.atlassian.confluence.core.ListBuilderCallback
-
Packages that use ListBuilderCallback Package Description com.atlassian.confluence.core -
-
Uses of ListBuilderCallback in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement ListBuilderCallback Modifier and Type Class Description 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 Modifier and Type Method Description static <T> DefaultListBuilder<T>
DefaultListBuilder. newInstance(ListBuilderCallback<T> callback)
Instantiate a new default ListBuilder from a callback.
-