AI-generated Key Takeaways
-
LabelValueRowis a Parcelable class representing label value row data. -
It includes methods to get columns and deprecated methods for background and font colors.
-
A static method
newBuilderis available to create aLabelValueRow.Builder. -
It implements the
Parcelableinterface, including thewriteToParcelmethod.
Parcelable representing label value row data.
Nested Class Summary
Inherited Constant Summary
Field Summary
| public static final Creator < LabelValueRow > | CREATOR |
Public Method Summary
| ArrayList < LabelValue > | |
| String | getHexBackgroundColor
()
This method is deprecated. This value is unused by the platform and will be
removed in the future.
|
| String | getHexFontColor
()
This method is deprecated. This value is unused by the platform and will be
removed in the future.
|
| static LabelValueRow.Builder | newBuilder
()
|
| void |
Inherited Method Summary
Fields
public static final Creator < LabelValueRow > CREATOR
Public Methods
public ArrayList < LabelValue > getColumns ()
Returns the columns.
public String getHexBackgroundColor ()
This method is deprecated.This value is unused by the platform and will be removed in the future.
Returns
- the color of the row's background
public String getHexFontColor ()
This method is deprecated.This value is unused by the platform and will be removed in the future.
Returns
- the color of the row's font

