public static interface InformationBuilder.PropertyElement extends InformationBuilder.TextElement
| Modifier and Type | Method and Description |
|---|---|
InformationBuilder.PropertyElement |
label(String label) |
InformationBuilder.PropertyElement |
labelkey(String labelkey) |
InformationBuilder.PropertyElement |
monospace() |
InformationBuilder.PropertyElement |
value(String format,
Object... args) |
buildInformationBuilder.PropertyElement monospace()
InformationBuilder.PropertyElement label(String label)
InformationBuilder.PropertyElement labelkey(String labelkey)
InformationBuilder.PropertyElement value(String format, Object... args)
value in interface InformationBuilder.Elementvalue in interface InformationBuilder.RawElementvalue in interface InformationBuilder.TextElement