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) |
build
InformationBuilder.PropertyElement monospace()
InformationBuilder.PropertyElement label(String label)
InformationBuilder.PropertyElement labelkey(String labelkey)
InformationBuilder.PropertyElement value(String format, Object... args)
value
in interface InformationBuilder.Element
value
in interface InformationBuilder.RawElement
value
in interface InformationBuilder.TextElement