Java android.widget EditText fields, constructors, methods, implement or subclass

Example usage for Java android.widget EditText fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget EditText.

The text is from its open source code.

Subclass

android.widget.EditText has subclasses.
Click this link to see all its subclasses.

Constructor

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
EditablegetText()
voidselectAll()
Convenience for Selection#selectAll .
voidsetEllipsize(TextUtils.TruncateAt ellipsis)
Causes words in the text that are longer than the view's width to be ellipsized instead of broken in the middle.
voidsetSelection(int index)
Convenience for Selection#setSelection(Spannable,int) .
voidsetSelection(int start, int stop)
Convenience for Selection#setSelection(Spannable,int,int) .
voidsetText(CharSequence text, BufferType type)
StringtoString()
Returns a string representation of the object.