public static interface ItemListing.ItemListingCell
ItemListing section row cell handler.| Modifier and Type | Method and Description |
|---|---|
void |
setComponent(com.vaadin.flow.component.Component component)
Sets the component as the content of this cell.
|
void |
setText(com.holonplatform.core.i18n.Localizable text)
Sets the localizable text content of this cell.
|
default void |
setText(String text)
Sets the text content of this cell.
|
default void |
setText(String defaultText,
String messageCode,
Object... arguments)
Sets the text content of this cell using a localizable
messageCode. |
void setText(com.holonplatform.core.i18n.Localizable text)
This will remove a component set with setComponent(Component).
text - the localizable text to be shown in this cellLocalizationProviderdefault void setText(String text)
This will remove a component set with setComponent(Component).
text - the text to be shown in this celldefault void setText(String defaultText, String messageCode, Object... arguments)
messageCode.
This will remove a component set with setComponent(Component).
defaultText - Default text content if no translation is available for
given messageCode.messageCode - Text translation message keyarguments - Optional translation argumentsLocalizationProvidervoid setComponent(com.vaadin.flow.component.Component component)
This will remove text set with setText(String).
component - the component to setCopyright © 2020 The Holon Platform. All rights reserved.