public class AddressDetailsInputLayout extends InputDetailsGroupLayout
ValidationChanger.ValidationChangeListener
mControllerMap
Constructor and Description |
---|
AddressDetailsInputLayout(Context context) |
AddressDetailsInputLayout(Context context,
AttributeSet attrs) |
AddressDetailsInputLayout(Context context,
AttributeSet attrs,
int defStyleAttr) |
Modifier and Type | Method and Description |
---|---|
void |
fillSsnResponseAddress(Address address)
Fill in the response from the SSN Lookup.
|
Address |
getAddress()
Get the filled
Address object with the data input from the user. |
protected void |
mapChildInputDetails(java.util.List<InputDetail> childDetails) |
protected void |
onFinishInflate() |
protected void |
onRestoreInstanceState(Parcelable state) |
protected Parcelable |
onSaveInstanceState() |
protected void |
parseReadOnlyDetails(java.util.List<InputDetail> childDetails) |
addValidationChangeListener, getFormVisibility, getIdFromItemSpinner, getReadOnlyDetails, getTextFromInput, isValid, mapEditTextWithValidator, mapSimpleEditTextDetail, notifyValidationListeners, onValidationChanged, populateInputDetailGroup, populateSpinner, removeValidationChangeListener, setFormVisibility, setTitle
public AddressDetailsInputLayout(Context context)
public AddressDetailsInputLayout(Context context, AttributeSet attrs)
public AddressDetailsInputLayout(Context context, AttributeSet attrs, int defStyleAttr)
protected void onFinishInflate()
onFinishInflate
in class InputDetailsGroupLayout
protected Parcelable onSaveInstanceState()
protected void onRestoreInstanceState(Parcelable state)
protected void mapChildInputDetails(java.util.List<InputDetail> childDetails) throws CheckoutException
mapChildInputDetails
in class InputDetailsGroupLayout
CheckoutException
protected void parseReadOnlyDetails(java.util.List<InputDetail> childDetails) throws CheckoutException
parseReadOnlyDetails
in class InputDetailsGroupLayout
CheckoutException
public Address getAddress()
Address
object with the data input from the user.Address
object, returns null if InputDetailsGroupLayout.isValid()
} is false.public void fillSsnResponseAddress(Address address)
address
- The address to add to the fields