Methods' Details
|
- setTime
-  
- [ oneway ] void
setTime(
-
- Description
- sets the time value to display in the time field.
|
- getTime
-  
long
getTime();
- Returns
-
the time value which is currently displayed in the time 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.
|
- setEmpty
-  
void
setEmpty();
- Description
- sets the empty value for the time.
|
- isEmpty
-  
boolean
isEmpty();
- Returns
-
whether currently the empty value is set for the time.
|
- 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.