[]Struct jni_android_sys::android::widget::SimpleCursorTreeAdapter

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

public class SimpleCursorTreeAdapter

Required feature: "android-widget-SimpleCursorTreeAdapter"

Methods

impl SimpleCursorTreeAdapter

pub fn new_Context_Cursor_int_int_String_array_int_array_int_int_String_array_int_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env Cursor>>,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg5: impl Into<Option<&'env IntArray>>,
    arg6: i32,
    arg7: i32,
    arg8: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg9: impl Into<Option<&'env IntArray>>
) -> Result<Local<'env, SimpleCursorTreeAdapter>, Local<'env, Throwable>>
[src]

SimpleCursorTreeAdapter

Required features: "android-content-Context", "android-database-Cursor", "java-lang-String"

pub fn new_Context_Cursor_int_int_String_array_int_array_int_String_array_int_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env Cursor>>,
    arg2: i32,
    arg3: i32,
    arg4: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg5: impl Into<Option<&'env IntArray>>,
    arg6: i32,
    arg7: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg8: impl Into<Option<&'env IntArray>>
) -> Result<Local<'env, SimpleCursorTreeAdapter>, Local<'env, Throwable>>
[src]

SimpleCursorTreeAdapter

Required features: "android-content-Context", "android-database-Cursor", "java-lang-String"

pub fn new_Context_Cursor_int_String_array_int_array_int_String_array_int_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env Cursor>>,
    arg2: i32,
    arg3: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg4: impl Into<Option<&'env IntArray>>,
    arg5: i32,
    arg6: impl Into<Option<&'env ObjectArray<String, Throwable>>>,
    arg7: impl Into<Option<&'env IntArray>>
) -> Result<Local<'env, SimpleCursorTreeAdapter>, Local<'env, Throwable>>
[src]

SimpleCursorTreeAdapter

Required features: "android-content-Context", "android-database-Cursor", "java-lang-String"

pub fn getViewBinder<'env>(
    &'env self
) -> Result<Option<Local<'env, SimpleCursorTreeAdapter_ViewBinder>>, Local<'env, Throwable>>
[src]

getViewBinder

Required features: "android-widget-SimpleCursorTreeAdapter_ViewBinder"

pub fn setViewBinder<'env>(
    &'env self,
    arg0: impl Into<Option<&'env SimpleCursorTreeAdapter_ViewBinder>>
) -> Result<(), Local<'env, Throwable>>
[src]

setViewBinder

Required features: "android-widget-SimpleCursorTreeAdapter_ViewBinder"

pub fn setViewText<'env>(
    &'env self,
    arg0: impl Into<Option<&'env TextView>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

setViewText

Required features: "android-widget-TextView", "java-lang-String"

Methods from Deref<Target = ResourceCursorTreeAdapter>

pub fn newChildView<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env Cursor>>,
    arg2: bool,
    arg3: impl Into<Option<&'env ViewGroup>>
) -> Result<Option<Local<'env, View>>, Local<'env, Throwable>>
[src]

newChildView

Required features: "android-content-Context", "android-database-Cursor", "android-view-View", "android-view-ViewGroup"

pub fn newGroupView<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env Cursor>>,
    arg2: bool,
    arg3: impl Into<Option<&'env ViewGroup>>
) -> Result<Option<Local<'env, View>>, Local<'env, Throwable>>
[src]

newGroupView

Required features: "android-content-Context", "android-database-Cursor", "android-view-View", "android-view-ViewGroup"

Trait Implementations

impl AsJValue for SimpleCursorTreeAdapter

impl AsValidJObjectAndEnv for SimpleCursorTreeAdapter

impl Deref for SimpleCursorTreeAdapter

type Target = ResourceCursorTreeAdapter

The resulting type after dereferencing.

impl JniType for SimpleCursorTreeAdapter

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.