[]Struct jni_android_sys::android::text::method::NumberKeyListener

#[repr(transparent)]
pub struct NumberKeyListener(_);

public class NumberKeyListener

Required feature: "android-text-method-NumberKeyListener"

Methods

impl NumberKeyListener

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, NumberKeyListener>, Local<'env, Throwable>>
[src]

pub fn filter<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharSequence>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Spanned>>,
    arg4: i32,
    arg5: i32
) -> Result<Option<Local<'env, CharSequence>>, Local<'env, Throwable>>
[src]

filter

Required features: "android-text-Spanned", "java-lang-CharSequence"

pub fn onKeyDown<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: impl Into<Option<&'env Editable>>,
    arg2: i32,
    arg3: impl Into<Option<&'env KeyEvent>>
) -> Result<bool, Local<'env, Throwable>>
[src]

onKeyDown

Required features: "android-text-Editable", "android-view-KeyEvent", "android-view-View"

Methods from Deref<Target = BaseKeyListener>

pub fn backspace<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: impl Into<Option<&'env Editable>>,
    arg2: i32,
    arg3: impl Into<Option<&'env KeyEvent>>
) -> Result<bool, Local<'env, Throwable>>
[src]

backspace

Required features: "android-text-Editable", "android-view-KeyEvent", "android-view-View"

pub fn forwardDelete<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: impl Into<Option<&'env Editable>>,
    arg2: i32,
    arg3: impl Into<Option<&'env KeyEvent>>
) -> Result<bool, Local<'env, Throwable>>
[src]

forwardDelete

Required features: "android-text-Editable", "android-view-KeyEvent", "android-view-View"

pub fn onKeyDown<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: impl Into<Option<&'env Editable>>,
    arg2: i32,
    arg3: impl Into<Option<&'env KeyEvent>>
) -> Result<bool, Local<'env, Throwable>>
[src]

onKeyDown

Required features: "android-text-Editable", "android-view-KeyEvent", "android-view-View"

pub fn onKeyOther<'env>(
    &'env self,
    arg0: impl Into<Option<&'env View>>,
    arg1: impl Into<Option<&'env Editable>>,
    arg2: impl Into<Option<&'env KeyEvent>>
) -> Result<bool, Local<'env, Throwable>>
[src]

onKeyOther

Required features: "android-text-Editable", "android-view-KeyEvent", "android-view-View"

Trait Implementations

impl AsJValue for NumberKeyListener

impl AsRef<InputFilter> for NumberKeyListener

impl AsValidJObjectAndEnv for NumberKeyListener

impl Deref for NumberKeyListener

type Target = BaseKeyListener

The resulting type after dereferencing.

impl JniType for NumberKeyListener

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.