Class PKField

java.lang.Object
de.brendamour.jpasskit.PKField
All Implemented Interfaces:
Serializable, Cloneable

public class PKField extends Object implements Cloneable, Serializable
See Also:
  • Field Details

    • key

      protected String key
    • label

      protected String label
    • value

      protected Serializable value
    • attributedValue

      protected Serializable attributedValue
      Since:
      iOS 7.0
    • changeMessage

      protected String changeMessage
    • textAlignment

      protected PKTextAlignment textAlignment
    • dataDetectorTypes

      protected List<PKDataDetectorType> dataDetectorTypes
      Since:
      iOS 7.0
    • currencyCode

      protected String currencyCode
    • numberStyle

      protected PKNumberStyle numberStyle
    • dateStyle

      protected PKDateStyle dateStyle
    • timeStyle

      protected PKDateStyle timeStyle
    • isRelative

      protected Boolean isRelative
    • ignoresTimeZone

      protected Boolean ignoresTimeZone
      Since:
      iOS 7.0 Has to be null by default, since if it's set, iOS will validate the field as a date even the API consumer didn't want that.
    • semantics

      protected PKSemantics semantics
    • row

      protected Integer row
  • Constructor Details

    • PKField

      protected PKField()
  • Method Details