|  | 
| void | dispose () | 
|  | The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. 
 | 
|  | 
| void | addEventListener ([in] XEventListener xListener) | 
|  | adds an event listener to the object. 
 | 
|  | 
| void | removeEventListener ([in] XEventListener aListener) | 
|  | removes an event listener from the listener list. 
 | 
|  | 
| any | queryInterface ([in] type aType) | 
|  | queries for a new interface to an existing UNO object. 
 | 
|  | 
| void | acquire () | 
|  | increases the reference counter by one. 
 | 
|  | 
| void | release () | 
|  | decreases the reference counter by one. 
 | 
|  | 
| void | setContext ([in] com::sun::star::uno::XInterface Context) | 
|  | sets the context of the control. 
 | 
|  | 
| com::sun::star::uno::XInterface | getContext () | 
|  | gets the context of the control. 
 | 
|  | 
| void | createPeer ([in] com::sun::star::awt::XToolkit Toolkit, [in] com::sun::star::awt::XWindowPeer Parent) | 
|  | creates a "child" window on the screen. 
 | 
|  | 
| com::sun::star::awt::XWindowPeer | getPeer () | 
|  | returns the peer which was previously created or set. 
 | 
|  | 
| boolean | setModel ([in] com::sun::star::awt::XControlModel Model) | 
|  | sets a model for the control. 
 | 
|  | 
| com::sun::star::awt::XControlModel | getModel () | 
|  | returns the model for this control. 
 | 
|  | 
| com::sun::star::awt::XView | getView () | 
|  | returns the view of this control. 
 | 
|  | 
| void | setDesignMode ([in] boolean bOn) | 
|  | sets the design mode for use in a design editor. 
 | 
|  | 
| boolean | isDesignMode () | 
|  | returns TRUEif the control is in design mode,FALSEotherwise.
 | 
|  | 
| boolean | isTransparent () | 
|  | returns TRUEif the control is transparent,FALSEotherwise.
 | 
|  | 
| void | setPosSize ([in] long X, [in] long Y, [in] long Width, [in] long Height, [in] short Flags) | 
|  | sets the outer bounds of the window. 
 | 
|  | 
| com::sun::star::awt::Rectangle | getPosSize () | 
|  | returns the outer bounds of the window. 
 | 
|  | 
| void | setVisible ([in] boolean Visible) | 
|  | shows or hides the window depending on the parameter. 
 | 
|  | 
| void | setEnable ([in] boolean Enable) | 
|  | enables or disables the window depending on the parameter. 
 | 
|  | 
| void | setFocus () | 
|  | sets the focus to the window. 
 | 
|  | 
| void | addWindowListener ([in] com::sun::star::awt::XWindowListener xListener) | 
|  | adds a window listener to the object. 
 | 
|  | 
| void | removeWindowListener ([in] com::sun::star::awt::XWindowListener xListener) | 
|  | removes the specified window listener from the listener list. 
 | 
|  | 
| void | addFocusListener ([in] com::sun::star::awt::XFocusListener xListener) | 
|  | adds a focus listener to the object. 
 | 
|  | 
| void | removeFocusListener ([in] com::sun::star::awt::XFocusListener xListener) | 
|  | removes the specified focus listener from the listener list. 
 | 
|  | 
| void | addKeyListener ([in] com::sun::star::awt::XKeyListener xListener) | 
|  | adds a key listener to the object. 
 | 
|  | 
| void | removeKeyListener ([in] com::sun::star::awt::XKeyListener xListener) | 
|  | removes the specified key listener from the listener list. 
 | 
|  | 
| void | addMouseListener ([in] com::sun::star::awt::XMouseListener xListener) | 
|  | adds a mouse listener to the object. 
 | 
|  | 
| void | removeMouseListener ([in] com::sun::star::awt::XMouseListener xListener) | 
|  | removes the specified mouse listener from the listener list. 
 | 
|  | 
| void | addMouseMotionListener ([in] com::sun::star::awt::XMouseMotionListener xListener) | 
|  | adds a mouse motion listener to the object. 
 | 
|  | 
| void | removeMouseMotionListener ([in] com::sun::star::awt::XMouseMotionListener xListener) | 
|  | removes the specified mouse motion listener from the listener list. 
 | 
|  | 
| void | addPaintListener ([in] com::sun::star::awt::XPaintListener xListener) | 
|  | adds a paint listener to the object. 
 | 
|  | 
| void | removePaintListener ([in] com::sun::star::awt::XPaintListener xListener) | 
|  | removes the specified paint listener from the listener list. 
 | 
|  | 
| boolean | setGraphics ([in] com::sun::star::awt::XGraphics aDevice) | 
|  | sets the output device. 
 | 
|  | 
| com::sun::star::awt::XGraphics | getGraphics () | 
|  | returns the output device which was set using the method XView::setGraphics(). 
 | 
|  | 
| com::sun::star::awt::Size | getSize () | 
|  | returns the size of the object in device units. 
 | 
|  | 
| void | draw ([in] long nX, [in] long nY) | 
|  | draws the object at the specified position. 
 | 
|  | 
| void | setZoom ([in] float fZoomX, [in] float fZoomY) | 
|  | sets the zoom factor. 
 | 
|  | 
| void | addTextListener ([in] com::sun::star::awt::XTextListener l) | 
|  | registers a text event listener. 
 | 
|  | 
| void | removeTextListener ([in] com::sun::star::awt::XTextListener l) | 
|  | unregisters a text event listener. 
 | 
|  | 
| void | setText ([in] string aText) | 
|  | sets the text of the component. 
 | 
|  | 
| void | insertText ([in] com::sun::star::awt::Selection Sel, [in] string Text) | 
|  | inserts text at the specified position. 
 | 
|  | 
| string | getText () | 
|  | returns the text of the component. 
 | 
|  | 
| string | getSelectedText () | 
|  | returns the currently selected text. 
 | 
|  | 
| void | setSelection ([in] com::sun::star::awt::Selection aSelection) | 
|  | sets the user selection. 
 | 
|  | 
| com::sun::star::awt::Selection | getSelection () | 
|  | returns the current user selection. 
 | 
|  | 
| boolean | isEditable () | 
|  | returns if the text is editable by the user. 
 | 
|  | 
| void | setEditable ([in] boolean bEditable) | 
|  | makes the text editable for the user or read-only. 
 | 
|  | 
| void | setMaxTextLen ([in] short nLen) | 
|  | sets the maximum text length. 
 | 
|  | 
| short | getMaxTextLen () | 
|  | returns the currently set maximum text length. 
 | 
|  | 
| com::sun::star::awt::Size | getMinimumSize () | 
|  | returns the minimum size for this component. 
 | 
|  | 
| com::sun::star::awt::Size | getPreferredSize () | 
|  | returns the preferred size for this component. 
 | 
|  | 
| com::sun::star::awt::Size | calcAdjustedSize ([in] com::sun::star::awt::Size aNewSize) | 
|  | calculates the adjusted size for a given maximum size. 
 | 
|  | 
| com::sun::star::awt::Size | getMinimumSize ([in] short nCols, [in] short nLines) | 
|  | returns the minimum size for a given number of columns and lines. 
 | 
|  | 
| void | getColumnsAndLines ([out] short nCols, [out] short nLines) | 
|  | returns the ideal number of columns and lines for displaying this text. 
 | 
|  | 
| void | setDate ([in] ::com::sun::star::util::Date Date) | 
|  | sets the date value which is displayed in the date field. 
 | 
|  | 
| ::com::sun::star::util::Date | getDate () | 
|  | returns the date value which is currently displayed in the date field. 
 | 
|  | 
| void | setMin ([in] ::com::sun::star::util::Date Date) | 
|  | sets the minimum date value that can be entered by the user. 
 | 
|  | 
| ::com::sun::star::util::Date | getMin () | 
|  | returns the currently set minimum date value that can be entered by the user. 
 | 
|  | 
| void | setMax ([in] ::com::sun::star::util::Date Date) | 
|  | sets the maximum date value that can be entered by the user. 
 | 
|  | 
| ::com::sun::star::util::Date | getMax () | 
|  | returns the currently set maximum date value that can be entered by the user. 
 | 
|  | 
| void | setFirst ([in] ::com::sun::star::util::Date Date) | 
|  | sets the first value to be set on POS1 key. 
 | 
|  | 
| ::com::sun::star::util::Date | getFirst () | 
|  | returns the currently set first value which is set on POS1 key. 
 | 
|  | 
| void | setLast ([in] ::com::sun::star::util::Date Date) | 
|  | sets the last value to be set on END key. 
 | 
|  | 
| ::com::sun::star::util::Date | getLast () | 
|  | returns the currently set last value which is set on END key. 
 | 
|  | 
| void | setLongFormat ([in] boolean bLong) | 
|  | determines if the long date format is to be used. 
 | 
|  | 
| boolean | isLongFormat () | 
|  | determines if the long date format is currently used. 
 | 
|  | 
| void | setEmpty () | 
|  | sets an empty value for the date. 
 | 
|  | 
| boolean | isEmpty () | 
|  | returns whether currently an empty value is set for the date. 
 | 
|  | 
| void | setStrictFormat ([in] boolean bStrict) | 
|  | determines if the format is checked during user input. 
 | 
|  | 
| boolean | isStrictFormat () | 
|  | returns whether the format is currently checked during user input. 
 | 
|  | 
| XAccessibleContext | getAccessibleContext () | 
|  | Returns the AccessibleContext associated with this object. 
 | 
|  | 
| void | addSpinListener ([in] com::sun::star::awt::XSpinListener l) | 
|  | registers a listener for spin events. 
 | 
|  | 
| void | removeSpinListener ([in] com::sun::star::awt::XSpinListener l) | 
|  | unregisters a listener for spin events. 
 | 
|  | 
| void | up () | 
|  | increases the value by one step. 
 | 
|  | 
| void | down () | 
|  | decreases the value by one step. 
 | 
|  | 
| void | first () | 
|  | sets the value to the previously set lower value. 
 | 
|  | 
| void | last () | 
|  | sets the value to the previously set upper value. 
 | 
|  | 
| void | enableRepeat ([in] boolean bRepeat) | 
|  | enables/disables automatic repeat mode. 
 | 
|  | 
| void | setDate ([in] ::com::sun::star::util::Date Date) | 
|  | sets the date value which is displayed in the date field. 
 | 
|  | 
| ::com::sun::star::util::Date | getDate () | 
|  | returns the date value which is currently displayed in the date field. 
 | 
|  | 
| void | setMin ([in] ::com::sun::star::util::Date Date) | 
|  | sets the minimum date value that can be entered by the user. 
 | 
|  | 
| ::com::sun::star::util::Date | getMin () | 
|  | returns the currently set minimum date value that can be entered by the user. 
 | 
|  | 
| void | setMax ([in] ::com::sun::star::util::Date Date) | 
|  | sets the maximum date value that can be entered by the user. 
 | 
|  | 
| ::com::sun::star::util::Date | getMax () | 
|  | returns the currently set maximum date value that can be entered by the user. 
 | 
|  | 
| void | setFirst ([in] ::com::sun::star::util::Date Date) | 
|  | sets the first value to be set on POS1 key. 
 | 
|  | 
| ::com::sun::star::util::Date | getFirst () | 
|  | returns the currently set first value which is set on POS1 key. 
 | 
|  | 
| void | setLast ([in] ::com::sun::star::util::Date Date) | 
|  | sets the last value to be set on END key. 
 | 
|  | 
| ::com::sun::star::util::Date | getLast () | 
|  | returns the currently set last value which is set on END key. 
 | 
|  | 
| void | setLongFormat ([in] boolean bLong) | 
|  | determines if the long date format is to be used. 
 | 
|  | 
| boolean | isLongFormat () | 
|  | determines if the long date format is currently used. 
 | 
|  | 
| void | setEmpty () | 
|  | sets an empty value for the date. 
 | 
|  | 
| boolean | isEmpty () | 
|  | returns whether currently an empty value is set for the date. 
 | 
|  | 
| void | setStrictFormat ([in] boolean bStrict) | 
|  | determines if the format is checked during user input. 
 | 
|  | 
| boolean | isStrictFormat () | 
|  | returns whether the format is currently checked during user input. 
 | 
|  | 
specifies a date field control. 
A date field makes it possible to enter, display and edit date values.