pub struct GuiGridView { /* private fields */ }Trait Implementations§
Source§impl From<IDispatch> for GuiGridView
impl From<IDispatch> for GuiGridView
Source§impl GuiComponentExt for GuiGridView
impl GuiComponentExt for GuiGridView
Source§impl GuiContainerExt for GuiGridView
impl GuiContainerExt for GuiGridView
fn children(&self) -> Result<GuiComponentCollection>
fn find_by_id(&self, p0: String) -> Result<GuiComponent>
Source§impl GuiGridViewExt for GuiGridView
impl GuiGridViewExt for GuiGridView
fn column_count(&self) -> Result<i32>
fn current_cell_column(&self) -> Result<String>
fn set_current_cell_column(&self, value: String) -> Result<()>
fn current_cell_row(&self) -> Result<i32>
fn set_current_cell_row(&self, value: i32) -> Result<()>
fn first_visible_column(&self) -> Result<String>
fn set_first_visible_column(&self, value: String) -> Result<()>
fn first_visible_row(&self) -> Result<i32>
fn set_first_visible_row(&self, value: i32) -> Result<()>
fn frozen_column_count(&self) -> Result<i32>
fn row_count(&self) -> Result<i32>
fn selected_rows(&self) -> Result<String>
fn set_selected_rows(&self, value: String) -> Result<()>
fn selection_mode(&self) -> Result<String>
fn title(&self) -> Result<String>
fn visible_row_count(&self) -> Result<i32>
fn clear_selection(&self) -> Result<()>
fn click(&self, p0: i32, p1: String) -> Result<()>
fn click_current_cell(&self) -> Result<()>
fn current_cell_moved(&self) -> Result<()>
fn delete_rows(&self, p0: String) -> Result<()>
fn deselect_column(&self, p0: String) -> Result<()>
fn double_click(&self, p0: i32, p1: String) -> Result<()>
fn double_click_current_cell(&self) -> Result<()>
fn duplicate_rows(&self, p0: String) -> Result<()>
fn get_cell_changeable(&self, p0: i32, p1: String) -> Result<bool>
fn get_cell_check_box_checked(&self, p0: i32, p1: String) -> Result<bool>
fn get_cell_color(&self, p0: i32, p1: String) -> Result<i32>
fn get_cell_height(&self, p0: i32, p1: String) -> Result<i32>
fn get_cell_hotspot_type(&self, p0: i32, p1: String) -> Result<String>
fn get_cell_icon(&self, p0: i32, p1: String) -> Result<String>
fn get_cell_left(&self, p0: i32, p1: String) -> Result<i32>
fn get_cell_list_box_count(&self, p0: i32, p1: String) -> Result<i32>
fn get_cell_list_box_cur_index(&self, p0: i32, p1: String) -> Result<String>
fn get_cell_max_length(&self, p0: i32, p1: String) -> Result<i32>
fn get_cell_state(&self, p0: i32, p1: String) -> Result<String>
fn get_cell_tooltip(&self, p0: i32, p1: String) -> Result<String>
fn get_cell_top(&self, p0: i32, p1: String) -> Result<i32>
fn get_cell_type(&self, p0: i32, p1: String) -> Result<String>
fn get_cell_value(&self, p0: i32, p1: String) -> Result<String>
fn get_cell_width(&self, p0: i32, p1: String) -> Result<i32>
fn get_color_info(&self, p0: i32) -> Result<String>
fn get_column_data_type(&self, p0: String) -> Result<String>
fn get_column_operation_type(&self, p0: String) -> Result<String>
fn get_column_position(&self, p0: String) -> Result<i32>
fn get_column_sort_type(&self, p0: String) -> Result<String>
fn get_column_tooltip(&self, p0: String) -> Result<String>
fn get_column_total_type(&self, p0: String) -> Result<String>
fn get_displayed_column_title(&self, p0: String) -> Result<String>
fn get_row_total_level(&self, p0: i32) -> Result<i32>
fn get_symbol_info(&self, p0: String) -> Result<String>
fn has_cell_f4_help(&self, p0: i32, p1: String) -> Result<bool>
fn history_cur_entry(&self, p0: i32, p1: String) -> Result<String>
fn history_cur_index(&self, p0: i32, p1: String) -> Result<i32>
fn history_is_active(&self, p0: i32, p1: String) -> Result<bool>
fn history_list(&self, p0: i32, p1: String) -> Result<GuiCollection>
fn insert_rows(&self, p0: String) -> Result<()>
fn is_cell_hotspot(&self, p0: i32, p1: String) -> Result<bool>
fn is_cell_symbol(&self, p0: i32, p1: String) -> Result<bool>
fn is_cell_total_expander(&self, p0: i32, p1: String) -> Result<bool>
fn is_column_filtered(&self, p0: String) -> Result<bool>
fn is_column_key(&self, p0: String) -> Result<bool>
fn is_total_row_expanded(&self, p0: i32) -> Result<bool>
fn modify_cell(&self, p0: i32, p1: String, p2: String) -> Result<()>
fn modify_check_box(&self, p0: i32, p1: String, p2: bool) -> Result<()>
fn move_rows(&self, p0: i32, p1: i32, p2: i32) -> Result<()>
fn press_column_header(&self, p0: String) -> Result<()>
fn press_enter(&self) -> Result<()>
fn press_f1(&self) -> Result<()>
fn press_f4(&self) -> Result<()>
fn press_total_row(&self, p0: i32, p1: String) -> Result<()>
fn press_total_row_current_cell(&self) -> Result<()>
fn select_all(&self) -> Result<()>
fn select_column(&self, p0: String) -> Result<()>
fn selection_changed(&self) -> Result<()>
fn set_column_width(&self, p0: String, p1: i32) -> Result<()>
fn set_current_cell(&self, p0: i32, p1: String) -> Result<()>
fn trigger_modified(&self) -> Result<()>
Source§impl GuiShellExt for GuiGridView
impl GuiShellExt for GuiGridView
Source§impl GuiVComponentExt for GuiGridView
impl GuiVComponentExt for GuiGridView
fn acc_label_collection(&self) -> Result<GuiComponentCollection>
fn acc_text(&self) -> Result<String>
fn acc_text_on_request(&self) -> Result<String>
fn acc_tooltip(&self) -> Result<String>
fn changeable(&self) -> Result<bool>
fn default_tooltip(&self) -> Result<String>
fn height(&self) -> Result<i32>
fn icon_name(&self) -> Result<String>
fn is_symbol_font(&self) -> Result<bool>
fn left(&self) -> Result<i32>
fn modified(&self) -> Result<bool>
fn parent_frame(&self) -> Result<GuiComponent>
fn screen_left(&self) -> Result<i32>
fn screen_top(&self) -> Result<i32>
fn text(&self) -> Result<String>
fn set_text(&self, value: String) -> Result<()>
fn tooltip(&self) -> Result<String>
fn top(&self) -> Result<i32>
fn width(&self) -> Result<i32>
fn dump_state(&self, p0: String) -> Result<GuiCollection>
fn set_focus(&self) -> Result<()>
fn visualize(&self, p0: bool) -> Result<bool>
Source§impl GuiVContainerExt for GuiGridView
impl GuiVContainerExt for GuiGridView
fn find_all_by_name( &self, p0: String, p1: String, ) -> Result<GuiComponentCollection>
fn find_all_by_name_ex( &self, p0: String, p1: i32, ) -> Result<GuiComponentCollection>
fn find_by_name(&self, p0: String, p1: String) -> Result<GuiComponent>
fn find_by_name_ex(&self, p0: String, p1: String) -> Result<GuiComponent>
Source§impl HasIDispatch for GuiGridView
impl HasIDispatch for GuiGridView
Source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Source§impl HasSAPType for GuiGridView
impl HasSAPType for GuiGridView
Source§impl IsA<GuiComponent> for GuiGridView
impl IsA<GuiComponent> for GuiGridView
Source§fn upcast(&self) -> GuiComponent
fn upcast(&self) -> GuiComponent
Upcast this value to it’s parent type.
Source§impl IsA<GuiContainer> for GuiGridView
impl IsA<GuiContainer> for GuiGridView
Source§fn upcast(&self) -> GuiContainer
fn upcast(&self) -> GuiContainer
Upcast this value to it’s parent type.
Source§impl IsA<GuiShell> for GuiGridView
impl IsA<GuiShell> for GuiGridView
Source§impl IsA<GuiVComponent> for GuiGridView
impl IsA<GuiVComponent> for GuiGridView
Source§fn upcast(&self) -> GuiVComponent
fn upcast(&self) -> GuiVComponent
Upcast this value to it’s parent type.
Source§impl IsA<GuiVContainer> for GuiGridView
impl IsA<GuiVContainer> for GuiGridView
Source§fn upcast(&self) -> GuiVContainer
fn upcast(&self) -> GuiVContainer
Upcast this value to it’s parent type.
Source§impl VariantTypeExt<'_, GuiGridView> for VARIANT
impl VariantTypeExt<'_, GuiGridView> for VARIANT
Source§fn variant_from(value: GuiGridView) -> VARIANT
fn variant_from(value: GuiGridView) -> VARIANT
Convert from a type T into a
VARIANT.Source§fn variant_into(&self) -> Result<GuiGridView>
fn variant_into(&self) -> Result<GuiGridView>
Convert from a
VARIANT into a type, T.Auto Trait Implementations§
impl !Send for GuiGridView
impl !Sync for GuiGridView
impl Freeze for GuiGridView
impl RefUnwindSafe for GuiGridView
impl Unpin for GuiGridView
impl UnsafeUnpin for GuiGridView
impl UnwindSafe for GuiGridView
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more