Package org.jboss.hal.core.finder
Class StaticItem
- java.lang.Object
-
- org.jboss.hal.core.finder.StaticItem
-
public class StaticItem extends Object
A customizable finder item useful when you need full control over each and every item.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStaticItem.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ItemAction<StaticItem>>getActions()StringgetId()List<String>getKeywords()StringgetNextColumn()PreviewContent<StaticItem>getPreviewContent()StringgetSubtitle()StringgetTitle()
-
-
-
Method Detail
-
getId
public String getId()
-
getActions
public List<ItemAction<StaticItem>> getActions()
-
getPreviewContent
public PreviewContent<StaticItem> getPreviewContent()
-
getTitle
public String getTitle()
-
getSubtitle
public String getSubtitle()
-
getNextColumn
public String getNextColumn()
-
-