Class EditableContactDoubleField

  • All Implemented Interfaces:
    BaseContactField

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

      • setValue

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

        public void setIsEmpty​(boolean isEmpty)
        Sets value of isEmpty field
        Parameters:
        isEmpty - new vlue of isEmpty field