LabelValueRow.Builder

public final classLabelValueRow.BuilderextendsObject

Builder to create anLabelValueRow.

Public Method Summary

LabelValueRow.Builder
LabelValueRow.Builder
addColumns(Collection<LabelValue> columns)
Adds the specified columns to this builder instance.
LabelValueRow
LabelValueRow.Builder
setHexBackgroundColor(Stringcolor)
This method is deprecated. This value is unused by the platform and will be removed in the future.
LabelValueRow.Builder
setHexFontColor(Stringcolor)
This method is deprecated. This value is unused by the platform and will be removed in the future.

Inherited Method Summary

Public Methods

publicLabelValueRow.Builder addColumn(LabelValue column)

publicLabelValueRow.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.

publicLabelValueRow build()

publicLabelValueRow.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.

publicLabelValueRow.Builder setHexFontColor(Stringcolor)

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.