enum

Term2::Components::TextInput::EchoMode

Inherits Enum < Comparable < Value < Object

EchoMode sets the input behavior of the text input field.

Constants

Normal = 0
Password = 1
None = 2

Instance methods

none?

Returns true if this enum value equals None

Source
normal?

Returns true if this enum value equals Normal

Source
password?

Returns true if this enum value equals Password

Source