The Free and Open Productivity Suite
QA Volunteers Needed -- Help us test OpenOffice

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for Apache OpenOffice version 3.4.

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

unpublished service FormOperations
Supported Interface
XFormOperations
Usage Restrictions
not published
Description
encapsulates operations on a database form which has a UI representation, and is interacting with the user.
Since
OOo 2.2


Constructors' Summary
createWithFormController creates a FormOperations instance which works on a ::com::sun::star::form::FormController instance.  
createWithForm creates a FormOperations instance which works on a ::com::sun::star::form::component::DataForm instance.  
Constructors' Details
createWithFormController
createWithFormController( [in] XFormController  Controller )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates a FormOperations instance which works on a ::com::sun::star::form::FormController instance.
Throws
IllegalArgumentException if the given form controller is NULL, or does not have a model denoting a valid ::com::sun::star::form::component::DataForm instance.
createWithForm
createWithForm( [in] ::com::sun::star::form::XForm  Form )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates a FormOperations instance which works on a ::com::sun::star::form::component::DataForm instance.
Throws
IllegalArgumentException if the given form is NULL, or does not support the ::com::sun::star::form::component::DataForm service.

 
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us | Donate

Apache, the Apache feather logo, and OpenOffice are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.