Builder to create an LabelValueRow
.
Public Method Summary
LabelValueRow.Builder |
addColumn(LabelValue
column)
|
LabelValueRow.Builder | |
LabelValueRow |
build()
|
LabelValueRow.Builder |
setHexBackgroundColor(String color)
This method is deprecated. This value is unused by the platform and will be
removed in the future.
|
LabelValueRow.Builder |
setHexFontColor(String color)
This method is deprecated. This value is unused by the platform and will be
removed in the future.
|
Inherited Method Summary
Public Methods
public LabelValueRow.Builder addColumn (LabelValue column)
public LabelValueRow.Builder addColumns (Collection<LabelValue> columns)
Adds the specified columns to this builder instance.
Parameters
columns | The columns to add. |
---|
Returns
- A reference to the invoking instance.
public LabelValueRow build ()
public LabelValueRow.Builder setHexBackgroundColor (String color)
This method is deprecated.
This value is unused by the platform and will be removed in the future.
Sets background color for the row.
Color should have the format #hhhhhh where h is a hex digit.
public LabelValueRow.Builder setHexFontColor (String color)
This method is deprecated.
This value is unused by the platform and will be removed in the future.
Sets the color for the font in the row.
Color should have the format #hhhhhh where h is a hex digit.