Interface UITextInputTraits

    • Method Detail

      • autocapitalizationType

        default long autocapitalizationType()
        default is UITextAutocapitalizationTypeSentences
      • autocorrectionType

        default long autocorrectionType()
        default is UITextAutocorrectionTypeDefault
      • enablesReturnKeyAutomatically

        default boolean enablesReturnKeyAutomatically()
        default is NO (when YES, will automatically disable return key when text widget has zero-length contents, and will automatically enable when text widget has non-zero-length contents)
      • isSecureTextEntry

        default boolean isSecureTextEntry()
        default is NO
      • setSecureTextEntry

        default void setSecureTextEntry​(boolean value)
        default is NO
      • keyboardAppearance

        default long keyboardAppearance()
        default is UIKeyboardAppearanceDefault
      • keyboardType

        default long keyboardType()
        default is UIKeyboardTypeDefault
      • returnKeyType

        default long returnKeyType()
        default is UIReturnKeyDefault (See note under UIReturnKeyType enum)
      • setAutocapitalizationType

        default void setAutocapitalizationType​(long value)
        default is UITextAutocapitalizationTypeSentences
      • setAutocorrectionType

        default void setAutocorrectionType​(long value)
        default is UITextAutocorrectionTypeDefault
      • setEnablesReturnKeyAutomatically

        default void setEnablesReturnKeyAutomatically​(boolean value)
        default is NO (when YES, will automatically disable return key when text widget has zero-length contents, and will automatically enable when text widget has non-zero-length contents)
      • setKeyboardAppearance

        default void setKeyboardAppearance​(long value)
        default is UIKeyboardAppearanceDefault
      • setKeyboardType

        default void setKeyboardType​(long value)
        default is UIKeyboardTypeDefault
      • setReturnKeyType

        default void setReturnKeyType​(long value)
        default is UIReturnKeyDefault (See note under UIReturnKeyType enum)
      • setSpellCheckingType

        default void setSpellCheckingType​(long value)
        default is UITextSpellCheckingTypeDefault;
      • setTextContentType

        default void setTextContentType​(java.lang.String value)
        default is nil
      • spellCheckingType

        default long spellCheckingType()
        default is UITextSpellCheckingTypeDefault;
      • textContentType

        default java.lang.String textContentType()
        default is nil
      • setSmartDashesType

        default void setSmartDashesType​(long value)
        default is UITextSmartDashesTypeDefault;
      • setSmartInsertDeleteType

        default void setSmartInsertDeleteType​(long value)
        default is UITextSmartInsertDeleteTypeDefault;
      • setSmartQuotesType

        default void setSmartQuotesType​(long value)
        default is UITextSmartQuotesTypeDefault;
      • smartDashesType

        default long smartDashesType()
        default is UITextSmartDashesTypeDefault;
      • smartInsertDeleteType

        default long smartInsertDeleteType()
        default is UITextSmartInsertDeleteTypeDefault;
      • smartQuotesType

        default long smartQuotesType()
        default is UITextSmartQuotesTypeDefault;