Overview | Module | Use | Devguide | Index |
Nested Modules | Services | Singletons | Interfaces | Structs | Exceptions | Enums | Typedefs | Constant Groups |
module grid |
Services | |
DefaultGridColumnModel | If you do not want to implement the XGridColumnModel yourself, use this service. |
DefaultGridDataModel | If you do not want to implement the XGridDataModel yourself, use this service. |
GridColumn | Represents a column as used by the DefaultGridColumnModel |
SortableGridDataModel | provides a default implementation of a XSortableGridData. |
UnoControlGrid | A control that displays a set of tabular data. |
UnoControlGridModel | specifies the standard model of a UnoControlGrid control. |
Interfaces | |
XGridColumn | The XGridColumn defines the properties and behavior of a column in a grid control |
XGridColumnListener | An instance of this interface is used by the XGridColumnModel to get notifications about column model changes. |
XGridColumnModel | An instance of this interface is used by the UnoControlGrid to retrieve the column structure that is displayed in the actual control. If you do not need your own model implementation, you can also use the DefaultGridColumnModel. |
XGridControl | An interface to a control that displays a tabular data. |
XGridDataListener | An instance of this interface is used by the XGridDataModel to get notifications about data model changes. |
XGridDataModel | An instance of this interface is used by the UnoControlGrid to retrieve the content data that is displayed in the actual control. If you do not need your own model implementation, you can also use the DefaultGridDataModel. |
XGridSelection | This interfaces provides access to the selection of row for UnoControlGrid. |
XGridSelectionListener | An instance of this interface is used by the XGridSelection to get notifications about selection changes. |
XMutableGridDataModel | allows to modify the data represented by a XGridDataModel |
XSortableGridData | allows to sort the data represented by a XGridDataModel |
XSortableMutableGridDataModel | describes a grid control data model whose data can be modified and sorted. |
Structs | |
GridColumnEvent | An event used by a XGridColumn to notify changes in the column. |
GridDataEvent | used to notify changes in the data represented by an XMutableGridDataModel. |
GridSelectionEvent | An event used by a XGridControl to notify changes in the selection. |
Exceptions | |
GridInvalidDataException | Exception is thrown to indicate that set data is invalid, e.g. type of data is unknown or data count doesn't match with column count. |
GridInvalidModelException | Exception is thrown when data or column model isn't set. |
Enums | |
SelectionEventType | specifies the type of a selection event, as used by GridSelectionEvent. |
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.