Builder to create an LabelValueRow.
| 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.
|
Adds the specified columns to this builder instance.
| columns | The columns to add. |
|---|
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.
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.