| Modifier and Type | Method and Description |
|---|---|
default List<ItemAction<T>> |
actions()
Defines the action(s) available for the item.
|
default elemental2.dom.HTMLElement |
asElement()
If this method returns an element !=
null this element is used to display the item. |
default String |
getAdditionalInfo() |
default org.jboss.gwt.elemento.core.HasElements |
getAdditionalInfoElements() |
default com.google.gwt.safehtml.shared.SafeHtml |
getAdditionalInfoHtml() |
default String |
getDescription() |
default org.jboss.gwt.elemento.core.HasElements |
getDescriptionElements() |
default com.google.gwt.safehtml.shared.SafeHtml |
getDescriptionHtml() |
default int |
getDescriptionLength()
The length of the description content.
|
default String |
getId()
An unique id for this item.
|
default int |
getMaxDescriptionLength()
The maximum allowed length of the description content to be displayed by default.
|
default elemental2.dom.HTMLElement |
getStatusElement() |
default String |
getStatusIcon() |
default org.jboss.gwt.elemento.core.HasElements |
getTitleElements() |
default com.google.gwt.safehtml.shared.SafeHtml |
getTitleHtml() |
default boolean |
hideDescriptionWhenLarge() |
default String getId()
DataProvider make sure to use the same IDs.HasTitle.getTitle()default String getStatusIcon()
default elemental2.dom.HTMLElement getStatusElement()
default com.google.gwt.safehtml.shared.SafeHtml getTitleHtml()
default org.jboss.gwt.elemento.core.HasElements getTitleElements()
default String getDescription()
default com.google.gwt.safehtml.shared.SafeHtml getDescriptionHtml()
default org.jboss.gwt.elemento.core.HasElements getDescriptionElements()
default String getAdditionalInfo()
default com.google.gwt.safehtml.shared.SafeHtml getAdditionalInfoHtml()
default org.jboss.gwt.elemento.core.HasElements getAdditionalInfoElements()
default int getDescriptionLength()
default int getMaxDescriptionLength()
default boolean hideDescriptionWhenLarge()
default List<ItemAction<T>> actions()
default elemental2.dom.HTMLElement asElement()
null this element is used to display the item.asElement in interface org.jboss.gwt.elemento.core.IsElementnull by defaultCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.