Class ProfileFieldViewAttribute

  • Direct Known Subclasses:
    ProfileAvatarView.AvatarFieldViewAttribute, ProfileEditText.StringProfileFieldViewAttribute

    public class ProfileFieldViewAttribute
    extends java.lang.Object
    Styleable 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)  
    • Constructor Detail

      • ProfileFieldViewAttribute

        public ProfileFieldViewAttribute​(android.content.Context context,
                                         android.util.AttributeSet attrs)
    • Method Detail

      • getFieldName

        public java.lang.String getFieldName()
      • isInEditMode

        public boolean isInEditMode()
      • setInEditMode

        public void setInEditMode​(boolean inEditMode)