21 module
com { module sun { module star { module awt { module grid {
35 void addRow( [in] any Heading, [in] sequence< any > Data );
45 void addRows( [in] sequence< any > Headings, [in] sequence< sequence< any > > Data )
60 void insertRow( [in]
long Index, [in] any Heading, [in] sequence< any > Data )
76 void insertRows( [in]
long Index, [in] sequence< any > Headings, [in] sequence< sequence< any > > Data )
87 void removeRow( [in]
long RowIndex )
104 void updateCellData( [in]
long ColumnIndex, [in]
long RowIndex, [in] any Value )
125 void updateRowData( [in] sequence< long > ColumnIndexes, [in]
long RowIndex, [in] sequence< any > Values )
135 updateRowHeading( [in]
long RowIndex, [in] any Heading )
142 void updateCellToolTip( [in]
long ColumnIndex, [in]
long RowIndex, [in] any Value )
153 void updateRowToolTip( [in]
long RowIndex, [in] any Value )
An instance of this interface is used by the XGridDataModel to get notifications about data model cha...
Definition: XGridDataListener.idl:32
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:30
Definition: Ambiguous.idl:20
An instance of this interface is used by the UnoControlGrid to retrieve the content data that is disp...
Definition: XGridDataModel.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
allows to modify the data represented by a XGridDataModel
Definition: XMutableGridDataModel.idl:26