public static interface InformationBuilder.PropertyElement extends InformationBuilder.TextElement
Modifier and Type | Method and Description |
---|---|
InformationBuilder.PropertyElement |
label(java.lang.String label) |
InformationBuilder.PropertyElement |
labelkey(java.lang.String labelkey) |
InformationBuilder.PropertyElement |
monospace() |
InformationBuilder.PropertyElement |
value(java.lang.String format,
java.lang.Object... args) |
build
InformationBuilder.PropertyElement monospace()
InformationBuilder.PropertyElement label(java.lang.String label)
InformationBuilder.PropertyElement labelkey(java.lang.String labelkey)
InformationBuilder.PropertyElement value(java.lang.String format, java.lang.Object... args)
value
in interface InformationBuilder.Element
value
in interface InformationBuilder.RawElement
value
in interface InformationBuilder.TextElement