Class EditableContactBoolField

  • All Implemented Interfaces:
    BaseContactField

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

      • setValue

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