Uses of Class
org.jboss.hal.core.finder.StaticItem
-
Packages that use StaticItem Package Description org.jboss.hal.core.finder -
-
Uses of StaticItem in org.jboss.hal.core.finder
Methods in org.jboss.hal.core.finder that return StaticItem Modifier and Type Method Description StaticItemStaticItem.Builder. build()Methods in org.jboss.hal.core.finder that return types with arguments of type StaticItem Modifier and Type Method Description List<ItemAction<StaticItem>>StaticItemColumn.StaticItemDisplay. actions()List<ItemAction<StaticItem>>StaticItem. getActions()PreviewContent<StaticItem>StaticItem. getPreviewContent()Method parameters in org.jboss.hal.core.finder with type arguments of type StaticItem Modifier and Type Method Description StaticItem.BuilderStaticItem.Builder. action(String title, ItemActionHandler<StaticItem> action)StaticItem.BuilderStaticItem.Builder. action(ItemAction<StaticItem> itemAction)StaticItem.BuilderStaticItem.Builder. onPreview(PreviewContent<StaticItem> previewContent)Constructors in org.jboss.hal.core.finder with parameters of type StaticItem Constructor Description StaticItemDisplay(StaticItem item)Constructor parameters in org.jboss.hal.core.finder with type arguments of type StaticItem Constructor Description StaticItemColumn(Finder finder, String id, String title, List<StaticItem> items)StaticItemColumn(Finder finder, String id, String title, ItemsProvider<StaticItem> itemsProvider)
-