Class ProfileFieldViewAttribute
- java.lang.Object
 - 
- com.cheetahdigital.profile.ui.widgets.ProfileFieldViewAttribute
 
 
- 
- Direct Known Subclasses:
 ProfileAvatarView.AvatarFieldViewAttribute,ProfileEditText.StringProfileFieldViewAttribute
public class ProfileFieldViewAttribute extends java.lang.ObjectStyleable Attribute for Profile Field Views It has the following styleable attributes:- fieldName - (required) the Profile Field JSON "name" from the Cheetah Loyalty console.
 - isInEditMode - a flag which represents if the View is editable or not. Can be modified at runtime.
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ProfileFieldViewAttribute(android.content.Context context, android.util.AttributeSet attrs) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFieldName()booleanisInEditMode()voidsetInEditMode(boolean inEditMode) 
 -