Struct sap_scripting::types::GuiGridView
source · pub struct GuiGridView { /* private fields */ }
Trait Implementations§
source§impl From<IDispatch> for GuiGridView
impl From<IDispatch> for GuiGridView
source§impl GuiComponent_Impl<GuiGridView> for GuiGridView
impl GuiComponent_Impl<GuiGridView> for GuiGridView
source§impl GuiContainer_Impl<GuiGridView> for GuiGridView
impl GuiContainer_Impl<GuiGridView> for GuiGridView
fn children(&self) -> Result<GuiComponentCollection>
fn find_by_id(&self, p0: String) -> Result<SAPComponent>
source§impl GuiGridView_Impl<GuiGridView> for GuiGridView
impl GuiGridView_Impl<GuiGridView> 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 GuiShell_Impl<GuiGridView> for GuiGridView
impl GuiShell_Impl<GuiGridView> for GuiGridView
fn acc_description(&self) -> Result<String>
fn drag_drop_supported(&self) -> Result<bool>
fn handle(&self) -> Result<i32>
fn ocx_events(&self) -> Result<GuiCollection>
fn sub_type(&self) -> Result<String>
source§impl GuiVComponent_Impl<GuiGridView> for GuiGridView
impl GuiVComponent_Impl<GuiGridView> 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<SAPComponent>
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 GuiVContainer_Impl<GuiGridView> for GuiGridView
impl GuiVContainer_Impl<GuiGridView> 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<SAPComponent>
fn find_by_name_ex(&self, p0: String, p1: String) -> Result<SAPComponent>
source§impl HasIDispatch<GuiGridView> for GuiGridView
impl HasIDispatch<GuiGridView> for GuiGridView
source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Auto Trait Implementations§
impl RefUnwindSafe for GuiGridView
impl !Send for GuiGridView
impl !Sync for GuiGridView
impl Unpin 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