|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariablesFormat | |
com.instantbank.component.lettertemplate.util | These are auxiliary classes used by the LetterTemplate EJB. |
com.instantbank.lettertemplate.editor.web | Here is the intermediate servlet between the applet and the ejbs. |
Uses of VariablesFormat in com.instantbank.component.lettertemplate.util |
Constructors in com.instantbank.component.lettertemplate.util with parameters of type VariablesFormat | |
VariablesFormat.IbNumberFormat(java.text.NumberFormat numFormat,
VariablesFormat.MakeUpFormat rounder)
Constructor. |
|
VariablesFormat.IbNumberFormat(java.text.NumberFormat numFormat,
VariablesFormat.MakeUpFormat rounder,
java.lang.String rNeg,
java.lang.String lPos,
boolean trimPeriod)
Constructor. |
|
VariablesFormat.Rounder()
Period is trimmed, no other truncation. |
|
VariablesFormat.Rounder(int right)
Period is not trimmed, only right truncation. |
|
VariablesFormat.Rounder(int left,
int right)
Period is not trimmed, there are left and right truncation. |
|
VariablesFormat.SSN_MakeUp()
Constructor for the SSN_MakeUp object |
|
VariablesFormat.Phone_MakeUp()
Constructor for the Phone_MakeUp object |
Uses of VariablesFormat in com.instantbank.lettertemplate.editor.web |
Fields in com.instantbank.lettertemplate.editor.web declared as VariablesFormat | |
private VariablesFormat |
TemplateTransformer.varFormatter
Formatter for values of variables as taken from the data base. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |