Methods' Details
|
- setDate
-  
- [ oneway ] void
setDate(
-
- Description
- sets the date value to display in the date field.
|
- getDate
-  
long
getDate();
- Returns
-
the date value which is currently displayed in the date field.
|
- setMin
-  
- [ oneway ] void
setMin(
-
- Description
- sets the minimum value to accept by the user.
|
- getMin
-  
long
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
-  
long
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
-  
long
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
-  
long
getLast();
- Returns
-
the currently set last value which is set on 'End' key.
|
- setLongFormat
-  
- [ oneway ] void
setLongFormat(
-
- Description
- determines if the long date format is to be used.
|
- isLongFormat
-  
boolean
isLongFormat();
- Description
- determines if the long date format is currently used.
|
- setEmpty
-  
void
setEmpty();
- Description
- sets the empty value for the date.
|
- isEmpty
-  
boolean
isEmpty();
- Returns
-
whether currently the empty value is set for the date.
|
- setStrictFormat
-  
- [ oneway ] void
setStrictFormat(
[ in ] boolean |
bStrict ); |
- Description
- determines if 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.