Methods' Details
|
- setValue
-  
- [ oneway ] void
setValue(
-
- Description
- sets the value to display in the currency field.
|
- getValue
-  
double
getValue();
- Returns
-
the value which is currently displayed in the currency field.
|
- setMin
-  
- [ oneway ] void
setMin(
-
- Description
- sets the minimum value to accept by the user.
|
- getMin
-  
double
getMin();
- Returns
-
the currently set minimum value accepted by the user.
|
- setMax
-  
- [ oneway ] void
setMax(
-
- Description
- sets the maximum value to accept by the user.
|
- getMax
-  
double
getMax();
- Returns
-
the currently set maximum value accepted by the user.
|
- setFirst
-  
- [ oneway ] void
setFirst(
-
- Description
- sets the first value to set on 'Pos1' key.
|
- getFirst
-  
double
getFirst();
- Returns
-
the currently set first value which is set on 'Pos1' key.
|
- setLast
-  
- [ oneway ] void
setLast(
-
- Description
- sets the last value to set on 'End' key.
|
- getLast
-  
double
getLast();
- Returns
-
the currently set last value which is set on 'End' key.
|
- setSpinSize
-  
- [ oneway ] void
setSpinSize(
-
- Description
- sets the increment value for the spin buttons.
|
- getSpinSize
-  
double
getSpinSize();
- Returns
-
the currently set increment value for the spin buttons.
|
- setDecimalDigits
-  
- [ oneway ] void
setDecimalDigits(
-
- Description
- sets the number of decimals.
|
- getDecimalDigits
-  
short
getDecimalDigits();
- Returns
-
the currently set number of decimals.
|
- setStrictFormat
-  
- [ oneway ] void
setStrictFormat(
[ in ] boolean |
bStrict ); |
- Description
- determines whether the format is checked even during editing.
|
- isStrictFormat
-  
boolean
isStrictFormat();
- Returns
-
whether the format is currently checked even during editing.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.