enum

Tput::Namespace::InputMethodHint

Inherits Enum / Comparable / Value / Object

Constants

ImhNone = 0
ImhHiddenText = 1
ImhSensitiveData = 2
ImhNoAutoUppercase = 4
ImhPreferNumbers = 8
ImhPreferUppercase = 16
ImhPreferLowercase = 32
ImhNoPredictiveText = 64
ImhDate = 128
ImhTime = 256
ImhPreferLatin = 512
ImhMultiLine = 1024
ImhNoEditMenu = 2048
ImhNoTextHandles = 4096
ImhDigitsOnly = 65536
ImhFormattedNumbersOnly = 131072
ImhUppercaseOnly = 262144
ImhLowercaseOnly = 524288
ImhDialableCharactersOnly = 1048576
ImhEmailCharactersOnly = 2097152
ImhUrlCharactersOnly = 4194304
ImhLatinOnly = 8388608
None = 0
All = 16719871

Instance methods

imh_date?

Returns true if this enum value contains ImhDate

Source
imh_dialable_characters_only?

Returns true if this enum value contains ImhDialableCharactersOnly

Source
imh_digits_only?

Returns true if this enum value contains ImhDigitsOnly

Source
imh_email_characters_only?

Returns true if this enum value contains ImhEmailCharactersOnly

Source
imh_formatted_numbers_only?

Returns true if this enum value contains ImhFormattedNumbersOnly

Source
imh_hidden_text?

Returns true if this enum value contains ImhHiddenText

Source
imh_latin_only?

Returns true if this enum value contains ImhLatinOnly

Source
imh_lowercase_only?

Returns true if this enum value contains ImhLowercaseOnly

Source
imh_multi_line?

Returns true if this enum value contains ImhMultiLine

Source
imh_no_auto_uppercase?

Returns true if this enum value contains ImhNoAutoUppercase

Source
imh_no_edit_menu?

Returns true if this enum value contains ImhNoEditMenu

Source
imh_no_predictive_text?

Returns true if this enum value contains ImhNoPredictiveText

Source
imh_no_text_handles?

Returns true if this enum value contains ImhNoTextHandles

Source
imh_none?

Returns true if this enum value contains ImhNone

Source
imh_prefer_latin?

Returns true if this enum value contains ImhPreferLatin

Source
imh_prefer_lowercase?

Returns true if this enum value contains ImhPreferLowercase

Source
imh_prefer_numbers?

Returns true if this enum value contains ImhPreferNumbers

Source
imh_prefer_uppercase?

Returns true if this enum value contains ImhPreferUppercase

Source
imh_sensitive_data?

Returns true if this enum value contains ImhSensitiveData

Source
imh_time?

Returns true if this enum value contains ImhTime

Source
imh_uppercase_only?

Returns true if this enum value contains ImhUppercaseOnly

Source
imh_url_characters_only?

Returns true if this enum value contains ImhUrlCharactersOnly

Source
none?
Source