21module
com { module sun { module star { module awt { module grid {
32 interface ::com::sun::star::lang::XComponent;
36 interface ::com::sun::star::util::XCloneable;
99 [attribute, readonly]
long Index;
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
An instance of this interface is used by the XGridColumnModel to get notifications about column model...
Definition XGridColumnListener.idl:30
The XGridColumn defines the properties and behavior of a column in a grid control.
Definition XGridColumn.idl:29
long MaxWidth
specifies the maximal width the column can have.
Definition XGridColumn.idl:55
void removeGridColumnListener([in] XGridColumnListener Listener)
Removes a listener previously added with addColumnListener().
any Identifier
specifies an identifier of the column
Definition XGridColumn.idl:43
boolean Resizeable
controls whether or not the column's width is fixed or not.
Definition XGridColumn.idl:62
long ColumnWidth
specifies the current width of the column.
Definition XGridColumn.idl:47
string HelpText
is the help text associated with the column.
Definition XGridColumn.idl:93
long Flexibility
specifies the flexibility of the column when it is automatically resized due to the grid control as a...
Definition XGridColumn.idl:80
::com::sun::star::style::HorizontalAlignment HorizontalAlign
Specifies the horizontal alignment of the content in the control.
Definition XGridColumn.idl:84
long MinWidth
specifies the minimal width the column can have.
Definition XGridColumn.idl:51
string Title
A title is displayed in the column header row if UnoControlGridModel::ShowColumnHeader() is set to TR...
Definition XGridColumn.idl:87
void addGridColumnListener([in] XGridColumnListener Listener)
Adds a listener for the GridColumnEvent posted after the grid changes.
long Index
denotes the index of the column within the grid column model it belongs to
Definition XGridColumn.idl:99
long DataColumnIndex
denotes the index of the data column which should be used to fetch this grid column's data
Definition XGridColumn.idl:113
HorizontalAlignment
values specify the horizontal alignment of an object within a container object.
Definition HorizontalAlignment.idl:28
Definition Ambiguous.idl:20