LibreOffice
LibreOffice 7.4 SDK API Reference
Classes
com::sun::star::awt::grid Module Reference

grid control. More...

Classes

service  DefaultGridColumnModel
 If you do not want to implement the XGridColumnModel yourself, use this service. More...
 
service  DefaultGridDataModel
 If you do not want to implement the XGridDataModel yourself, use this service. More...
 
service  GridColumn
 Represents a column as used by the DefaultGridColumnModel. More...
 
struct  GridColumnEvent
 An event used by a XGridColumn to notify changes in the column. More...
 
struct  GridDataEvent
 used to notify changes in the data represented by an XMutableGridDataModel. More...
 
exception  GridInvalidDataException
 Exception is thrown to indicate that set data is invalid, e.g. More...
 
exception  GridInvalidModelException
 Exception is thrown when data or column model isn't set. More...
 
struct  GridSelectionEvent
 An event used by a XGridControl to notify changes in its row selection. More...
 
service  SortableGridDataModel
 provides a default implementation of a XSortableGridData. More...
 
service  UnoControlGrid
 A control that displays a set of tabular data. More...
 
service  UnoControlGridModel
 specifies the standard model of a UnoControlGrid control. More...
 
interface  XGridColumn
 The XGridColumn defines the properties and behavior of a column in a grid control. More...
 
interface  XGridColumnListener
 An instance of this interface is used by the XGridColumnModel to get notifications about column model changes. More...
 
interface  XGridColumnModel
 An instance of this interface is used by the UnoControlGrid to retrieve the column structure that is displayed in the actual control. More...
 
interface  XGridControl
 An interface to a control that displays a tabular data. More...
 
interface  XGridDataListener
 An instance of this interface is used by the XGridDataModel to get notifications about data model changes. More...
 
interface  XGridDataModel
 An instance of this interface is used by the UnoControlGrid to retrieve the content data that is displayed in the actual control. More...
 
interface  XGridRowSelection
 This interfaces provides access to the selection of row for UnoControlGrid. More...
 
interface  XGridSelectionListener
 An instance of this interface is used by the XGridRowSelection to get notifications about selection changes. More...
 
interface  XMutableGridDataModel
 allows to modify the data represented by a XGridDataModel More...
 
interface  XSortableGridData
 allows to sort the data represented by a XGridDataModel More...
 
interface  XSortableMutableGridDataModel
 describes a grid control data model whose data can be modified and sorted. More...
 

Detailed Description

grid control.