::com::sun::star::awt::XTabController |
- Description
- is used for tab controlling and grouping of the controls.
The model obtained via ::com::sun::star::awt::XTabController::getModel is the form for which the
controller is responsible.
|
::com::sun::star::container::XChild |
- Description
- allows access to the parent controller.
|
::com::sun::star::container::XIndexAccess |
- Description
- allows access to the sub controllers.
|
::com::sun::star::container::XEnumerationAccess |
- Description
- allows enumerating sub controllers
|
::com::sun::star::lang::XComponent |
- Description
- allows life time control of the controller.
|
::com::sun::star::util::XModifyBroadcaster |
- Description
- allows to register as listener for modifications in the controls which the controller is responsible
for.
|
::com::sun::star::form::XConfirmDeleteBroadcaster |
- Description
- used to notify deletions of data in the form before they happen.
A form controller listens for deletion events at the form it is responsible for. If and only if no
::com::sun::star::form::XConfirmDeleteListener is registered at
the controller, it uses an own dialog to ask the user for confirmation.
|
::com::sun::star::sdb::XSQLErrorBroadcaster |
- Description
- is used to notify errors which happen in the form the controller is responsible for.
A form controller listens for error events at the form it is responsible for. If and only if no
::com::sun::star::sdb::XSQLErrorListener is registered at the controller, it
uses an own dialog to notify the user of the error.
|
::com::sun::star::sdb::XRowSetApproveBroadcaster |
- Description
- is used for multiplexing row set events happening on the form which the controller is responsible for.
|
::com::sun::star::form::XDatabaseParameterBroadcaster2 |
- Description
- is used broadcasting parameter events in the form.
A form controller listens for parameter events at the form it is responsible for. If and only if no
::com::sun::star::form::XDatabaseParameterListener is registered at the controller, it
uses an own dialog to ask the user for parameter values.
|
::com::sun::star::util::XModeSelector |
- Description
- allows switching the form controller to different operation modes.
The two modes usually (but not necessarily) supported by a form controller are the DataMode
and the FilterMode , where the former is the usual modus operandi for displaying and modifying
data, and the latter is a special mode to enter a filter for the database form which the controller is
responsible for.
|
XFilterController |
- Usage Restrictions
- optional
- Description
- allows controlling the filter mode.
If the form controller supports a form based filter mode, then it shall also
support the XFilterController interface, which allows controlling this mode.
|