Package com.tomtom.tools.android.api.uicontrols.textinputfield
Types
Link copied to clipboard
A convenience interface that gets called when TextWatcher.afterTextChanged is called.
Link copied to clipboard
A convenience interface that gets called when TextWatcher.beforeTextChanged is called.
Link copied to clipboard
A convenience interface that gets called when TextWatcher.onTextChanged is called.
Link copied to clipboard
class TtTextInputField @JvmOverloads constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : FrameLayout
Content copied to clipboard
A reusable UI control to let the user enter text.
Functions
Link copied to clipboard
An inverse binding adapter that adds support for two-way data binding for TtTextInputField.ttInputText.
Link copied to clipboard
fun TtTextInputField.setInputTextWatcher(before: BeforeInputTextChangedListener?, on: OnInputTextChangedListener?, after: AfterInputTextChangedListener?, inputTextChanged: InverseBindingListener?)
Content copied to clipboard
A binding adapter that adds support for two-way data binding for TtTextInputField.ttInputText.