IDesktopTableBehavior Interface
Desktop functionality provided for SAPUI5 tables. See ITable.Desktop

C# Syntax

public interface IDesktopTableBehavior 
Public Properties
 NameDescription
PropertyCurrentPageThe current page number in this table.  
Top
Public Methods
 NameDescription
MethodClickColumnHeaderOverloaded. Clicks the header of the specified column according to its index.  
MethodFirstPageScrolls the table to the first page.  
MethodLastPageScrolls the table to the last page.  
MethodMoveColumnOverloaded. Moves the specified column to the specified column position.  
MethodNavigateToPageScrolls the table to the specified page.  
MethodNextPageScrolls the table to the next page.  
MethodOpenMenuOverloaded. Clicks the column header (according to its index) to open the associated menu.  
MethodPreviousPageScrolls the table to the previous page.  
MethodResizeColumnOverloaded. Resizes the specified column (according to its index) to the specified width.  
Top