|
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 |
java.lang.Objectag.ion.bion.officelayer.util.VariableTextFieldHelper
public final class VariableTextFieldHelper
Helper for variable text fields.
Method Summary | |
---|---|
static void |
applyNumberFormat(INumberFormat numberFormat,
ITextField variableTextField,
boolean isFormula,
INumberFormatService numberFormatService)
Applies the given number format to the given variable text field. |
static void |
setContent(java.lang.String content,
ITextField variableTextField,
boolean isFormula,
INumberFormatService numberFormatService)
Sets the given content to the given variable text field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void setContent(java.lang.String content, ITextField variableTextField, boolean isFormula, INumberFormatService numberFormatService) throws NOAException
content
- the content to be setvariableTextField
- the variable text field to set content forisFormula
- if the content is a formulanumberFormatService
- the number format service to be used
NOAException
- if setting the content failspublic static void applyNumberFormat(INumberFormat numberFormat, ITextField variableTextField, boolean isFormula, INumberFormatService numberFormatService) throws NOAException
numberFormat
- the number format to be setvariableTextField
- the variable text field to set number forma forisFormula
- if the variable text field is a formulanumberFormatService
- the number format service to be used
NOAException
- if setting the number format 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 |