|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormService
Service for forms.
Method Summary | |
---|---|
IFormComponent[] |
getFormComponents()
Returns all form components contained in this component. |
java.lang.String[] |
getFormComponentsNames()
Returns all form components names contained in this component. |
IForm[] |
getForms(java.lang.String formName)
Returns the forms for the given form name as an array. |
int |
getIndexInForm(IForm form,
IFormComponent formComponent)
Returns the index of the given form component in the given form, or -1 if not found. |
com.sun.star.script.XEventAttacherManager |
getXEventAttacherManager(IForm form)
Returns the OpenOffice.org XEventAttacherManager interface for the given form, or null if not available. |
boolean |
hasFormComponents()
Returns if the component contains other form components. |
boolean |
hasForms()
Returns if the component has forms. |
void |
removeFormComponent(IFormComponent formComponent)
Removes the given form component. |
Method Detail |
---|
IForm[] getForms(java.lang.String formName) throws NOAException
formName
- the form name to be used
NOAException
- if the return of forms failscom.sun.star.script.XEventAttacherManager getXEventAttacherManager(IForm form) throws NOAException
form
- the form to be used
NOAException
- if the return of OpenOffice.org XEventAttacherManager interface failsint getIndexInForm(IForm form, IFormComponent formComponent) throws NOAException
form
- the form to check index informComponent
- the form component to get index for
NOAException
- if anything failsboolean hasForms() throws NOAException
NOAException
- if the check failsboolean hasFormComponents() throws NOAException
NOAException
- if the check failsIFormComponent[] getFormComponents() throws NOAException
NOAException
- if the return failsjava.lang.String[] getFormComponentsNames() throws NOAException
NOAException
- if the return failsvoid removeFormComponent(IFormComponent formComponent) throws NOAException
formComponent
- the form component to remove
NOAException
- if the remove fails
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |