Top | Module | Use | Manual | Index |
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS  |
Like controls, forms are divided into two parts. One is the model, which contains the information about the structure of the form and its components, and the other part is the FormController , which contains all controls (the view representation) related to the form. The FormController is responsible for dialog processing, like controlling the tab order and the grouping of controls.
As a form may contain one or many subforms, a FormController may contain one or many FormController s, so the model structure or hierarchy is reflected by the structure of FormController s.
Exported Interfaces |
|
com::sun::star::form::XFormController |
|
com::sun::star::awt::XTabController |
|
com::sun::star::container::XChild |
|
com::sun::star::lang::XComponent |
|
com::sun::star::container::XEnumerationAccess |
|
com::sun::star::util::XModifyBroadcaster |
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.