21module
com { module sun { module star { module awt { module grid {
23interface XSortableMutableGridDataModel;
24interface XMutableGridDataModel;
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
describes a grid control data model whose data can be modified and sorted.
Definition XSortableMutableGridDataModel.idl:27
interface XMutableGridDataModel
provides access to the basic functionality of a grid data model, plus functions to modify it.
Definition XSortableMutableGridDataModel.idl:30
provides locale-sensitive collation algorithms for string comparison.
Definition XCollator.idl:26
Definition Ambiguous.idl:20
provides a default implementation of a XSortableGridData.
Definition SortableGridDataModel.idl:49
create([in] XMutableGridDataModel DelegatorModel)
creates a new instance of the SortableGridDataModel
createWithCollator([in] XMutableGridDataModel DelegatorModel, [in] ::com::sun::star::i18n::XCollator Collator)
creates a new instance of the ScortableDefaultGridDataModel, passing a collator to be used for string...