Modifier and Type | Method and Description |
---|---|
Field |
build() |
Field.FieldBuilder |
title(String title)
Shown as a bold heading above the value text.
|
String |
toString() |
Field.FieldBuilder |
value(String value)
The text value of the field.
|
Field.FieldBuilder |
valueShortEnough(boolean valueShortEnough)
An optional flag indicating whether the value is short enough to be displayed side-by-side with other values.
|
public Field.FieldBuilder title(String title)
public Field.FieldBuilder value(String value)
public Field.FieldBuilder valueShortEnough(boolean valueShortEnough)
public Field build()
Copyright © 2020. All rights reserved.