Uses of Interface
com.atlassian.confluence.core.ListBuilderCallback
Packages that use ListBuilderCallback
-
Uses of ListBuilderCallback in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement ListBuilderCallbackModifier and TypeClassDescriptionclassA 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 ListBuilderCallbackModifier and TypeMethodDescriptionstatic <T> DefaultListBuilder<T> DefaultListBuilder.newInstance(ListBuilderCallback<T> callback) Instantiate a new default ListBuilder from a callback.