public static final class WidgetElement.ComponentElement extends WidgetElement
WidgetElement.ComponentElement.component()
.WidgetElement.ActionElement, WidgetElement.ComponentElement, WidgetElement.ImageElement, WidgetElement.LinkElement, WidgetElement.SeparatorElement, WidgetElement.TextElement
Modifier and Type | Method and Description |
---|---|
JComponent |
component()
Convenience method to call the supplier to create the component.
|
java.util.function.Supplier<JComponent> |
componentSupplier()
Component supplier.
|
String |
toString() |
action, actionLink, actionLinkNoIcon, actionNoIcon, aside, component, image, link, linkButton, separator, subheading, text, unavailable
public java.util.function.Supplier<JComponent> componentSupplier()
public JComponent component()