:: com :: sun :: star :: awt ::
|
interface XTimeField |
|
- Description
- gives access to the value and settings of a time field.
|
Methods' Summary |
setTime |
sets the time value which is displayed in the time field.
|
getTime |
returns the time value which is currently displayed in the time field.
|
setMin |
sets the minimum time value that can be entered by the user.
|
getMin |
returns the currently set minimum time value that can be entered by
the user.
|
setMax |
sets the maximum time value that can be entered by the user.
|
getMax |
returns the currently set maximum time value that can be entered by
the user.
|
setFirst |
sets the first value to be set on POS1 key.
|
getFirst |
returns the currently set first value which is set on POS1 key.
|
setLast |
sets the last value to be set on END key.
|
getLast |
returns the currently set last value which is set on END key.
|
setEmpty |
sets an empty value for the time.
|
isEmpty |
returns whether currently an empty value is set for the time.
|
setStrictFormat |
determines if the format is checked during user input.
|
isStrictFormat |
returns whether the format is currently checked during user input.
|
Methods' Details |
setTime
void |
setTime( |
[in] ::com::sun::star::util::Time |
Time ); |
- Description
- sets the time value which is displayed in the time field.
|
|
getTime
- Description
- returns the time value which is currently displayed in the time field.
|
|
setMin
void |
setMin( |
[in] ::com::sun::star::util::Time |
Time ); |
- Description
- sets the minimum time value that can be entered by the user.
|
|
getMin
- Description
- returns the currently set minimum time value that can be entered by
the user.
|
|
setMax
void |
setMax( |
[in] ::com::sun::star::util::Time |
Time ); |
- Description
- sets the maximum time value that can be entered by the user.
|
|
getMax
- Description
- returns the currently set maximum time value that can be entered by
the user.
|
|
setFirst
void |
setFirst( |
[in] ::com::sun::star::util::Time |
Time ); |
- Description
- sets the first value to be set on POS1 key.
|
|
getFirst
::com::sun::star::util::Time |
getFirst(); |
- Description
- returns the currently set first value which is set on POS1 key.
|
|
setLast
void |
setLast( |
[in] ::com::sun::star::util::Time |
Time ); |
- Description
- sets the last value to be set on END key.
|
|
getLast
- Description
- returns the currently set last value which is set on END key.
|
|
setEmpty
- Description
- sets an empty value for the time.
|
|
isEmpty
- Description
- returns whether currently an empty value is set for the time.
|
|
setStrictFormat
void |
setStrictFormat( |
[in] boolean |
bStrict ); |
- Description
- determines if the format is checked during user input.
|
|
isStrictFormat
boolean |
isStrictFormat(); |
- Description
- returns whether the format is currently checked during user input.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.