public static class StaticItemColumn.StaticItemDisplay extends Object implements ItemDisplay<StaticItem>
| Constructor and Description |
|---|
StaticItemDisplay(StaticItem item) |
| Modifier and Type | Method and Description |
|---|---|
List<ItemAction<StaticItem>> |
actions()
Defines the action(s) available for the item.
|
elemental2.dom.HTMLElement |
asElement()
If this method returns an element !=
null this element is used to display the item. |
String |
getFilterData()
The data which is used to filter items.
|
String |
getId()
An unique id for this item.
|
String |
getTitle() |
String |
nextColumn()
Whether this item triggers a next column (hence is a folder not a leaf).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIcon, getTooltip, withSubtitlepublic StaticItemDisplay(StaticItem item)
public String getId()
ItemDisplay
Please make sure the id returned by this method matches the id which is part of the FinderPath returned
by HasFinderPath.finderPath()
getId in interface ItemDisplay<StaticItem>HasTitle.getTitle(): Ids.asId(getTitle())public elemental2.dom.HTMLElement asElement()
ItemDisplaynull this element is used to display the item.asElement in interface org.jboss.gwt.elemento.core.IsElementasElement in interface ItemDisplay<StaticItem>null by defaultpublic List<ItemAction<StaticItem>> actions()
ItemDisplayactions in interface ItemDisplay<StaticItem>public String getFilterData()
ItemDisplaygetFilterData in interface ItemDisplay<StaticItem>HasTitle.getTitle() by defaultpublic String nextColumn()
ItemDisplaynextColumn in interface ItemDisplay<StaticItem>null by defaultCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.