public class PKField extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Serializable |
attributedValue |
protected String |
changeMessage |
protected String |
currencyCode |
protected List<PKDataDetectorType> |
dataDetectorTypes |
protected PKDateStyle |
dateStyle |
protected Boolean |
ignoresTimeZone |
protected Boolean |
isRelative |
protected String |
key |
protected String |
label |
protected PKNumberStyle |
numberStyle |
protected Integer |
row |
protected PKSemantics |
semantics |
protected PKTextAlignment |
textAlignment |
protected PKDateStyle |
timeStyle |
protected Serializable |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
PKField() |
| Modifier and Type | Method and Description |
|---|---|
static PKFieldBuilder |
builder() |
static PKFieldBuilder |
builder(PKField field) |
protected PKField |
clone() |
Serializable |
getAttributedValue() |
String |
getChangeMessage() |
String |
getCurrencyCode() |
List<PKDataDetectorType> |
getDataDetectorTypes() |
PKDateStyle |
getDateStyle() |
Boolean |
getIgnoresTimeZone() |
Boolean |
getIsRelative() |
String |
getKey() |
String |
getLabel() |
PKNumberStyle |
getNumberStyle() |
Integer |
getRow() |
PKSemantics |
getSemantics() |
PKTextAlignment |
getTextAlignment() |
PKDateStyle |
getTimeStyle() |
Serializable |
getValue() |
String |
toString() |
protected String key
protected String label
protected Serializable value
protected Serializable attributedValue
protected String changeMessage
protected PKTextAlignment textAlignment
protected List<PKDataDetectorType> dataDetectorTypes
protected String currencyCode
protected PKNumberStyle numberStyle
protected PKDateStyle dateStyle
protected PKDateStyle timeStyle
protected Boolean isRelative
protected Boolean ignoresTimeZone
protected PKSemantics semantics
protected Integer row
public String getKey()
public String getLabel()
public Serializable getValue()
public String getChangeMessage()
public PKTextAlignment getTextAlignment()
public String getCurrencyCode()
public PKNumberStyle getNumberStyle()
public PKDateStyle getDateStyle()
public PKDateStyle getTimeStyle()
public Boolean getIsRelative()
public Serializable getAttributedValue()
public List<PKDataDetectorType> getDataDetectorTypes()
public Boolean getIgnoresTimeZone()
public PKSemantics getSemantics()
public Integer getRow()
public static PKFieldBuilder builder()
public static PKFieldBuilder builder(PKField field)
Copyright © 2012–2022. All rights reserved.