Methods' Details
|
- setMasks
-  
- [ oneway ] void
setMasks(
[ in ] string |
EditMask, |
[ in ] string |
LiteralMask ); |
- Description
- sets the pattern mask.
|
- getMasks
-  
- void
getMasks(
[ out ] string |
EditMask, |
[ out ] string |
LiteralMask ); |
- Returns
-
the currently set pattern mask.
|
- setString
-  
- [ oneway ] void
setString(
-
- Description
- sets the string value of this pattern field.
|
- getString
-  
string
getString();
- Returns
-
the currently set string value of this pattern field.
|
- 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.