ui / com.schibsted.account.ui.ui.component

Package com.schibsted.account.ui.ui.component

Types

AccountSelectorView

class AccountSelectorView : LinearLayout

BirthdayInputView

class BirthdayInputView : SingleFieldView

CheckBoxView

class CheckBoxView : SchibstedView

Defines a custom checkbox error resources and attach a text to this checkbox If you have a android.text.style.ClickableSpan inside your text you should use this class rather than CheckBox in order to avoid to give a focus to the android.text.style.ClickableSpan when clicking on the CheckBox

CodeInputView

class CodeInputView : FieldView, OnClickListener, CustomEditText.KeyEventListener, OnLongClickListener

Widget made to allow the user to enter a 6 digits code

CustomEditText

class CustomEditText : AppCompatEditText

This class extends the basic EditText and provides a custom InputConnection. The custom InputConnection dispatches a key event when the delete key is pressed with a soft keyboard The default EditText doesn't dispatch the delete key event after API 16, that is not considered as a bug https://developer.android.com/reference/android/view/KeyEvent.html

FieldView

abstract class FieldView : SchibstedView, InputField

LoadingButton

class LoadingButton : RelativeLayout

PasswordView

class PasswordView : SingleFieldView

PhoneInputView

class PhoneInputView : FieldView

View use for phone number input

SchibstedView

abstract class SchibstedView : LinearLayout, ErrorField

SingleFieldView

open class SingleFieldView : FieldView