public static final class WidgetElement.TextElement extends WidgetElement
Modifier and Type | Class and Description |
---|---|
static class |
WidgetElement.TextElement.Kind
The type of text element.
|
WidgetElement.ActionElement, WidgetElement.ComponentElement, WidgetElement.ImageElement, WidgetElement.LinkElement, WidgetElement.SeparatorElement, WidgetElement.TextElement
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
WidgetElement.TextElement.Kind |
kind()
Element kind.
|
String |
text()
Element text.
|
String |
toString() |
action, actionLink, actionLinkNoIcon, actionNoIcon, aside, component, image, link, linkButton, separator, subheading, text, unavailable
public String text()
public WidgetElement.TextElement.Kind kind()