public abstract class LabelItem<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LabelItem.LabelAction |
static class |
LabelItem.LabelSeverity |
| Constructor and Description |
|---|
LabelItem(T label,
LabelItem.LabelAction action,
LabelItem.LabelSeverity severity) |
| Modifier and Type | Method and Description |
|---|---|
LabelItem.LabelAction |
getAction() |
abstract String |
getLabel() |
LabelItem.LabelSeverity |
getSeverity() |
String |
toString() |
protected T label
public LabelItem(T label, LabelItem.LabelAction action, LabelItem.LabelSeverity severity)
public LabelItem.LabelAction getAction()
public LabelItem.LabelSeverity getSeverity()
public abstract String getLabel()
Copyright © 2021 JBoss by Red Hat. All rights reserved.