Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.internal.form
Class Form

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.form.FormComponent
      extended by ag.ion.bion.officelayer.internal.form.Form
All Implemented Interfaces:
IForm, IFormComponent

public class Form
extends FormComponent
implements IForm, IFormComponent

The implementation of a form in a document.


Constructor Summary
Form(IDocument document, com.sun.star.drawing.XControlShape xControlShape, com.sun.star.form.XFormComponent xFormComponent)
          Constructs new Form.
 
Method Summary
 
Methods inherited from class ag.ion.bion.officelayer.internal.form.FormComponent
focus, getStartTextRange, getXControl, getXControlShape, getXFormComponent, getXPropertySet, getXTextComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ag.ion.bion.officelayer.form.IFormComponent
focus, getStartTextRange, getXControl, getXControlShape, getXFormComponent, getXPropertySet, getXTextComponent
 

Constructor Detail

Form

public Form(IDocument document,
            com.sun.star.drawing.XControlShape xControlShape,
            com.sun.star.form.XFormComponent xFormComponent)
     throws java.lang.IllegalArgumentException
Constructs new Form.

Parameters:
document - the document of the form component
xControlShape - the OpenOffice.org XControlShape interface to be used
xFormComponent - the OpenOffice.org XFormComponent interface to be used
Throws:
java.lang.IllegalArgumentException - if the submitted document or the OpenOffice.org XFormComponent or XControlShape interface is not valid

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013