:: com :: sun :: star :: form ::
|
interface XLoadable |
|
- Description
- provides functionality to implement objects which may be loaded.
The object is typically implemented by high-level objects which can connect to a data source.
- See also
- XLoadListener
- Developers Guide
- Forms - Loadable Forms
|
Methods' Details |
load
- Description
- loads the data.
If the data is already loaded (->isLoaded), then the method returns silently.
In this case, you should use ->reload.
|
|
unload
- Description
- unloads the data.
|
|
reload
- Description
- does a smart refresh of the object.
The final state will be the same as if unload and load were called, but reload
is the more efficient way to do the same. If the object isn't loaded, nothing happens.
|
|
isLoaded
- Description
- returns if the object is in loaded state.
|
|
addLoadListener
- Description
- adds the specified listener to receive load-related events
- Parameter aListener
- the listener to add.
|
|
removeLoadListener
- Description
- removes the specified listener.
- Parameter aListener
- the listener to remove.
|
|
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.