Class EditableContactStringField

  • All Implemented Interfaces:
    BaseContactField

    public class EditableContactStringField
    extends ContactStringField
    The EditableContactStringField class extends the ContactStringField class to provide the application with the ability to edit a String field in a contact. The editable version of a contact field is obtained from the EditableContact class.
    • Method Detail

      • setValue

        public void setValue​(java.lang.String value)
        Sets String value stored in this field.
        Parameters:
        value - value to be set