2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
9 // http://www.apache.org/licenses/LICENSE-2.0
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
19 * @file FWebControls.h
20 * @brief This is the header file for the %Controls namespace.
22 * This header file contains the declarations and descriptions of the %Controls namespace.
24 #ifndef _FWEB_CONTROLS_H_
25 #define _FWEB_CONTROLS_H_
27 #include <FWebCtrlAuthenticationChallenge.h>
28 #include <FWebCtrlHitElementResult.h>
29 #include <FWebCtrlGeolocationPermissionManager.h>
30 #include <FWebCtrlIJavaScriptBridge.h>
31 #include <FWebCtrlILoadingListener.h>
32 #include <FWebCtrlITextSearchListener.h>
33 #include <FWebCtrlIWebDownloadListener.h>
34 #include <FWebCtrlIWebKeypadEventListener.h>
35 #include <FWebCtrlIWebUiEventListener.h>
36 #include <FWebCtrlIWebUiEventListenerF.h>
37 #include <FWebCtrlPageNavigationList.h>
38 #include <FWebCtrlWeb.h>
39 #include <FWebCtrlWebSetting.h>
40 #include <FWebCtrlWebStorageManager.h>
43 * @namespace Tizen::Web::Controls
44 * @brief This namespace contains classes and interfaces to interact with the browser engine.
47 * @remarks @b Header @b %file: @b \#include @b <FWeb.h> @n
48 * @b Library : @b osp-web
50 * The %Web::Controls namespace allows you to embed the %Web browser as a control within an application, to upload and download content, and retrieve the HyperText Markup Language (HTML) element and history details.
52 * For more information on the %Controls namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/web/controls_namespace.htm">Web Controls Guide</a>.
54 * The following diagram illustrates the relationships between the classes belonging to the %Controls namespace.
56 * @image html web_controls_namespace_classdiagram.png
59 namespace Tizen { namespace Web { namespace Controls
62 }}} // Tizen::Web::Controls
63 #endif // _FWEB_CONTROLS_H_