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