LabelValueRow

public final classLabelValueRowextendsObject
implementsParcelable

Parcelable representing label value row data.

Nested Class Summary

class LabelValueRow.Builder Builder to create anLabelValueRow.

Inherited Constant Summary

Field Summary

public static finalCreator<LabelValueRow> CREATOR

Public Method Summary

ArrayList<LabelValue>
getColumns()
Returns the columns.
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.
staticLabelValueRow.Builder
void
writeToParcel(Parceldest, int flags)

Inherited Method Summary

Fields

public static finalCreator<LabelValueRow> CREATOR

Public Methods

publicArrayList<LabelValue> getColumns()

Returns the columns.

publicStringgetHexBackgroundColor()

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

publicStringgetHexFontColor()

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

public staticLabelValueRow.Builder newBuilder()

public voidwriteToParcel(Parceldest, int flags)