AI-generated Key Takeaways
-
LabelValueRow.Builder is used to create a LabelValueRow object.
-
You can add single or multiple LabelValue columns to the builder.
-
The build() method creates the LabelValueRow object from the builder.
-
The setHexBackgroundColor and setHexFontColor methods are deprecated and will be removed.
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.