Uses of Interface
org.jboss.hal.core.finder.ItemsProvider
-
Packages that use ItemsProvider Package Description org.jboss.hal.core.finder -
-
Uses of ItemsProvider in org.jboss.hal.core.finder
Methods in org.jboss.hal.core.finder with parameters of type ItemsProvider Modifier and Type Method Description FinderColumn.Builder<T>FinderColumn.Builder. itemsProvider(ItemsProvider<T> itemsProvider)Constructors in org.jboss.hal.core.finder with parameters of type ItemsProvider Constructor Description StaticItemColumn(Finder finder, String id, String title, ItemsProvider<StaticItem> itemsProvider)
-