LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies the standard model of a UnoControlGrid control. More...
import"UnoControlGridModel.idl";
Included Services | |
service | com::sun::star::awt::UnoControlModel |
specifies the standard model of a com::sun::star::awt::UnoControl. More... | |
Included Services inherited from UnoControlModel | |
service | com::sun::star::awt::UnoControlDialogElement |
This service is present when the control model is embedded in an UnoControlDialogModel. More... | |
Public Attributes | |
boolean | ShowRowHeader |
Specifies whether the grid control should display a special header column. More... | |
long | RowHeaderWidth |
specifies the width of the row header column, if applicable. More... | |
boolean | ShowColumnHeader |
Specifies whether the grid control should display a title row. More... | |
long | ColumnHeaderHeight |
specifies the height of the column header row, if applicable. More... | |
long | RowHeight |
Specifies the height of rows in the grid control. More... | |
XGridColumnModel | ColumnModel |
Specifies the XGridColumnModel that is providing the column structure. More... | |
XGridDataModel | GridDataModel |
Specifies the XGridDataModel that is providing the hierarchical data. More... | |
boolean | HScroll |
Specifies the vertical scrollbar mode. More... | |
boolean | VScroll |
Specifies the horizontal scrollbar mode. More... | |
boolean | Tabstop |
Specifies that the control can be reached with the TAB key. More... | |
::com::sun::star::view::SelectionType | SelectionModel |
Specifies the selection mode that is enabled for this grid control. More... | |
boolean | UseGridLines |
controls whether or not to paint horizontal and vertical lines between the grid cells. More... | |
::com::sun::star::util::Color | GridLineColor |
specifies the color to be used when drawing lines between cells More... | |
::com::sun::star::util::Color | HeaderBackgroundColor |
specifies the color to be used when drawing the background of row or column headers More... | |
::com::sun::star::util::Color | HeaderTextColor |
specifies the color to be used when drawing the text within row or column headers More... | |
::com::sun::star::util::Color | ActiveSelectionBackgroundColor |
specifies the color to be used when drawing the background of selected cells, while the control has the focus. More... | |
::com::sun::star::util::Color | InactiveSelectionBackgroundColor |
specifies the color to be used when drawing the background of selected cells, while the control does not have the focus. More... | |
::com::sun::star::util::Color | ActiveSelectionTextColor |
specifies the color to be used when drawing the text of selected cells, while the control has the focus. More... | |
::com::sun::star::util::Color | InactiveSelectionTextColor |
specifies the color to be used when drawing the text of selected cells, while the control does not have the focus. More... | |
sequence< ::com::sun::star::util::Color > | RowBackgroundColors |
specifies the colors to be used as background for data rows. More... | |
com::sun::star::style::VerticalAlignment | VerticalAlign |
specifies the vertical alignment of the content in the control. More... | |
com::sun::star::awt::FontDescriptor | FontDescriptor |
specifies the font attributes of the text in the control. More... | |
::com::sun::star::util::Color | TextColor |
specifies the color to be used when drawing cell texts More... | |
com::sun::star::util::Color | TextLineColor |
specifies the color to be used when drawing text lines (underlining and strikethrough) More... | |
short | FontEmphasisMark |
specifies the com::sun::star::text::FontEmphasis value of the text in the control. More... | |
short | FontRelief |
specifies the com::sun::star::text::FontRelief value of the text in the control. More... | |
string | HelpText |
specifies the help text of the control. More... | |
string | HelpURL |
specifies the help URL of the control. More... | |
Public Attributes inherited from UnoControlModel | |
string | DefaultControl |
specifies the service name of the default control for this model. More... | |
Additional Inherited Members | |
Exported Interfaces inherited from UnoControlModel | |
interface | com::sun::star::awt::XControlModel |
interface | com::sun::star::lang::XComponent |
interface | com::sun::star::beans::XPropertySet |
interface | com::sun::star::beans::XMultiPropertySet |
interface | com::sun::star::io::XPersistObject |
interface | com::sun::star::util::XCloneable |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Public Member Functions inherited from XComponent | |
void | dispose () |
The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More... | |
void | addEventListener ([in] XEventListener xListener) |
adds an event listener to the object. More... | |
void | removeEventListener ([in] XEventListener aListener) |
removes an event listener from the listener list. More... | |
Public Member Functions inherited from XPropertySet | |
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
sets the value of the property with the specified name. More... | |
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
adds an XPropertyChangeListener to the specified property. More... | |
void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
removes an XPropertyChangeListener from the listener list. More... | |
void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
adds an XVetoableChangeListener to the specified property with the name PropertyName. More... | |
void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
removes an XVetoableChangeListener from the listener list. More... | |
Public Member Functions inherited from XMultiPropertySet | |
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
void | setPropertyValues ([in] sequence< string > aPropertyNames, [in] sequence< any > aValues) raises ( com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
sets the values to the properties with the specified names. More... | |
sequence< any > | getPropertyValues ([in] sequence< string > aPropertyNames) |
void | addPropertiesChangeListener ([in] sequence< string > aPropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener xListener) |
adds an XPropertiesChangeListener to the specified property with the specified names. More... | |
void | removePropertiesChangeListener ([in] com::sun::star::beans::XPropertiesChangeListener xListener) |
removes an XPropertiesChangeListener from the listener list. More... | |
void | firePropertiesChangeEvent ([in] sequence< string > aPropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener xListener) |
fires a sequence of PropertyChangeEvents to the specified listener. More... | |
Public Member Functions inherited from XPersistObject | |
string | getServiceName () |
gives the service name of the object More... | |
void | write ([in] com::sun::star::io::XObjectOutputStream OutStream) raises ( com::sun::star::io::IOException ) |
writes all the persistent data of the object to the stream. More... | |
void | read ([in] com::sun::star::io::XObjectInputStream InStream) raises ( com::sun::star::io::IOException ) |
reads all the persistent data of the object from the stream. More... | |
Public Member Functions inherited from XCloneable | |
com::sun::star::util::XCloneable | createClone () |
creates a copy of the object. More... | |
Protected Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Protected Member Functions inherited from XComponent | |
void | dispose () |
The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More... | |
void | addEventListener ([in] XEventListener xListener) |
adds an event listener to the object. More... | |
void | removeEventListener ([in] XEventListener aListener) |
removes an event listener from the listener list. More... | |
Protected Member Functions inherited from XPropertySet | |
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
sets the value of the property with the specified name. More... | |
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
adds an XPropertyChangeListener to the specified property. More... | |
void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
removes an XPropertyChangeListener from the listener list. More... | |
void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
adds an XVetoableChangeListener to the specified property with the name PropertyName. More... | |
void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
removes an XVetoableChangeListener from the listener list. More... | |
Protected Member Functions inherited from XMultiPropertySet | |
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
void | setPropertyValues ([in] sequence< string > aPropertyNames, [in] sequence< any > aValues) raises ( com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
sets the values to the properties with the specified names. More... | |
sequence< any > | getPropertyValues ([in] sequence< string > aPropertyNames) |
void | addPropertiesChangeListener ([in] sequence< string > aPropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener xListener) |
adds an XPropertiesChangeListener to the specified property with the specified names. More... | |
void | removePropertiesChangeListener ([in] com::sun::star::beans::XPropertiesChangeListener xListener) |
removes an XPropertiesChangeListener from the listener list. More... | |
void | firePropertiesChangeEvent ([in] sequence< string > aPropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener xListener) |
fires a sequence of PropertyChangeEvents to the specified listener. More... | |
Protected Member Functions inherited from XPersistObject | |
string | getServiceName () |
gives the service name of the object More... | |
void | write ([in] com::sun::star::io::XObjectOutputStream OutStream) raises ( com::sun::star::io::IOException ) |
writes all the persistent data of the object to the stream. More... | |
void | read ([in] com::sun::star::io::XObjectInputStream InStream) raises ( com::sun::star::io::IOException ) |
reads all the persistent data of the object from the stream. More... | |
Protected Member Functions inherited from XCloneable | |
com::sun::star::util::XCloneable | createClone () |
creates a copy of the object. More... | |
Protected Attributes inherited from UnoControlDialogElement | |
long | Height |
specifies the height of the control. More... | |
string | Name |
specifies the name of the control. More... | |
string | PositionX |
specifies the horizontal position of the control. More... | |
string | PositionY |
specifies the vertical position of the control. More... | |
long | Step |
specifies the step of the control. More... | |
short | TabIndex |
specifies the tabindex of the control. More... | |
string | Tag |
specifies the tag of the control. More... | |
long | Width |
specifies the width of the control. More... | |
specifies the standard model of a UnoControlGrid control.
specifies the standard model of a com::sun::star::awt::UnoControl.
|
propertymaybevoid |
specifies the color to be used when drawing the background of selected cells, while the control has the focus.
If this property has a value of VOID
, the grid control renderer will use some default color, depending on the control's style settings.
|
propertymaybevoid |
specifies the color to be used when drawing the text of selected cells, while the control has the focus.
If this property has a value of VOID
, the grid control renderer will use some default color, depending on the control's style settings.
|
propertymaybevoid |
specifies the height of the column header row, if applicable.
The height is specified in application font units - see com::sun::star::util::MeasureUnit.
The value given here is ignored if ShowColumnHeader is FALSE
.
If the property is VOID
, the grid control shall automatically determine a height which conveniently allows, according to the used font, to display one line of text.
|
property |
Specifies the XGridColumnModel that is providing the column structure.
You can implement your own instance of XGridColumnModel or use the DefaultGridColumnModel.
The column model is in the ownership of the grid model: When you set a new column model, or dispose the grid model, then the (old) column model is disposed, too.
The default for this property is an empty instance of the DefaultGridColumnModel.
specifies the font attributes of the text in the control.
|
property |
specifies the com::sun::star::text::FontEmphasis value of the text in the control.
|
property |
specifies the com::sun::star::text::FontRelief value of the text in the control.
|
property |
Specifies the XGridDataModel that is providing the hierarchical data.
You can implement your own instance of XGridDataModel or use the DefaultGridDataModel.
The data model is in the ownership of the grid model: When you set a new data model, or dispose the grid model, then the (old) data model is disposed, too.
The default for this property is an empty instance of the DefaultGridDataModel.
|
propertymaybevoid |
specifies the color to be used when drawing lines between cells
If this property has a value of VOID
, the grid control renderer will use some default color, depending on the control's style settings.
|
propertymaybevoid |
specifies the color to be used when drawing the background of row or column headers
If this property has a value of VOID
, the grid control renderer will use some default color, depending on the control's style settings.
|
propertymaybevoid |
specifies the color to be used when drawing the text within row or column headers
If this property has a value of VOID
, the grid control renderer will use some default color, depending on the control's style settings.
|
property |
specifies the help text of the control.
|
property |
specifies the help URL of the control.
|
property |
Specifies the vertical scrollbar mode.
The default value is FALSE
|
propertymaybevoid |
specifies the color to be used when drawing the background of selected cells, while the control does not have the focus.
If this property has a value of VOID
, the grid control renderer will use some default color, depending on the control's style settings.
|
propertymaybevoid |
specifies the color to be used when drawing the text of selected cells, while the control does not have the focus.
If this property has a value of VOID
, the grid control renderer will use some default color, depending on the control's style settings.
|
propertymaybevoid |
specifies the colors to be used as background for data rows.
If this sequence is non-empty, the data rows will be rendered with alternating background colors: Assuming the sequence has n
elements, each row will use the background color as specified by its number's remainder modulo n
.
If this sequence is empty, all rows will use the same background color as the control as whole.
If this property has a value of VOID
, rows will be painted in alternating background colors, every second row having a background color derived from the control's selection color.
|
property |
specifies the width of the row header column, if applicable.
The width is specified in application font units - see com::sun::star::util::MeasureUnit.
The value given here is ignored if ShowRowHeader is FALSE
.
|
propertymaybevoid |
Specifies the height of rows in the grid control.
The height is specified in application font units - see com::sun::star::util::MeasureUnit.
|
property |
Specifies the selection mode that is enabled for this grid control.
The default value is com::sun::star::view::SelectionType::SINGLE
|
property |
Specifies whether the grid control should display a title row.
The default value is TRUE
|
property |
Specifies whether the grid control should display a special header column.
The default value is FALSE
|
property |
Specifies that the control can be reached with the TAB key.
|
propertymaybevoid |
specifies the color to be used when drawing cell texts
If this property has a value of VOID
, the grid control renderer will use some default color, depending on the control's style settings.
|
propertymaybevoid |
specifies the color to be used when drawing text lines (underlining and strikethrough)
If this property has a value of VOID
, the grid control renderer will use some default color, depending on the control's style settings.
|
property |
controls whether or not to paint horizontal and vertical lines between the grid cells.
|
property |
specifies the vertical alignment of the content in the control.
|
property |
Specifies the horizontal scrollbar mode.
The default value is FALSE