:: com :: sun :: star :: form ::

module inspection
Description
collects services for inspecting form/components
See also
::com::sun::star::inspection::ObjectInspector, ::com::sun::star::inspection

Services
ButtonNavigationHandler implements a property handler for use with an ::com::sun::star::inspection::ObjectInspector which is able to enhance the ::com::sun::star::form::component::CommandButton::ButtonType and ::com::sun::star::form::component::CommandButton::TargetURL properties of a ::com::sun::star::form::component::CommandButton.
CellBindingPropertyHandler implements a property handler for use with an ::com::sun::star::inspection::ObjectInspector which is able to provide properties to bind a form component to a spreadsheet cell.
DefaultFormComponentInspectorModel implements a ::com::sun::star::inspection::XObjectInspectorModel for inspecting form components, in particular all components implementing the ::FormComponent service.
EditPropertyHandler implements a property handler for use with an ::com::sun::star::inspection::ObjectInspector which provides convinience wrappers for some properties existing at a form component derived from ::com::sun::star::awt::UnoControlEditModel.
EventHandler implements a property handler for use with an ::com::sun::star::inspection::ObjectInspector which, for a ::com::sun::star::form::FormComponent, provides the script events offered by this form component.
FormComponentPropertyHandler implements the default property handler for all known types of ::com::sun::star::form::FormComponents.
SubmissionPropertyHandler implements a property handler for use with an ::com::sun::star::inspection::ObjectInspector which provides properties for button controls which support submission of XML forms.
XMLFormsPropertyHandler implements a property handler for use with an ::com::sun::star::inspection::ObjectInspector which provides properties related to binding form control models to XForm bindings.
XSDValidationPropertyHandler implements a property handler for use with an ::com::sun::star::inspection::ObjectInspector which provides properties related to binding form control models to XForm bindings and validating the form control content.
Top of Page