interface XDateField in module com::sun::star::awt:: |
interface XDateField : com::sun::star::uno::XInterface ;
makes it possible to set the limits and the value of a date field.
Method Summary |
|
| setDate | sets the date value to display in the date field. |
| getDate | |
| setMin | sets the minimum value to accept by the user. |
| getMin | |
| setMax | sets the maximum value to accept by the user. |
| getMax | |
| setFirst | sets the first value to set on 'Pos1' key. |
| getFirst | |
| setLast | sets the last value to set on 'End' key. |
| getLast | |
| setLongFormat | determines if the long date format is to be used. |
| isLongFormat | determines if the long date format is currently used. |
| setEmpty | sets the empty value for the date. |
| isEmpty | |
| setStrictFormat | determines if the format is checked, even during editing. |
| isStrictFormat | |
Known Services Which Export this Interface |
Method Details |
|||||||||||||||||
|
|||||||||||||||||
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.