LabelValueRow | Doclava
public final class

LabelValueRow

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.wallet.wobs.LabelValueRow

Class Overview

Parcelable representing label value row data.

Summary

Nested Classes
class LabelValueRow.Builder Builder to create an LabelValueRow
[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<LabelValueRow> CREATOR
Public Methods
ArrayList<LabelValue> getColumns()
String getHexBackgroundColor()
String getHexFontColor()
static LabelValueRow.Builder newBuilder()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<LabelValueRow> CREATOR

Public Methods

public ArrayList<LabelValue> getColumns ()

Returns
ArrayList<LabelValue> the columns

public String getHexBackgroundColor ()

Returns
String the color of the row's background

public String getHexFontColor ()

Returns
String the color of the row's font

public static LabelValueRow.Builder newBuilder ()

public void writeToParcel (Parcel dest, int flags)

Parameters
dest Parcel

flags int