Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlIWebKeypadEventListener.h
old mode 100755 (executable)
new mode 100644 (file)
index 02f9ad6..e7feba6
@@ -48,7 +48,8 @@ class _OSP_EXPORT_ IWebKeypadEventListener
 {
 public:
        /**
-        * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface is called.
+        * This polymorphic destructor should be overridden if required. @n
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @since               2.0
         */
@@ -60,9 +61,6 @@ public:
         * @since               2.0
         *
         * @param[in]   source                  The source of the event
-        * @remarks             When the overlay keypad appears on the screen, the current Form's
-        *                      area is adjusted to account for the space that is taken up by the overlay keypad.
-        * @see Tizen::Ui::Controls::Form::GetClientAreaBounds()
         */
        virtual void OnWebKeypadWillOpen(Tizen::Web::Controls::Web& source) = 0;
 
@@ -73,7 +71,7 @@ public:
         *
         * @param[in]   source                  The source of the event
         * @remarks             When the overlay keypad appears on the screen, the current Form's
-        *                      area is adjusted to account for the space that is taken up by the overlay keypad.
+        *                          area is adjusted to account for the space that is taken up by the overlay keypad.
         * @see Tizen::Ui::Controls::Form::GetClientAreaBounds()
         */
        virtual void OnWebKeypadOpened(Tizen::Web::Controls::Web& source) = 0;
@@ -89,7 +87,7 @@ public:
        virtual void OnWebKeypadClosed(Tizen::Web::Controls::Web& source) = 0;
 
        /**
-        * Called when the keypad bounds are changed, for instance when the predictive text window which is located in the upper side of the keypad is shown.
+        * Called when the keypad bounds are changed, for instance when the predictive text window which is located in the upper part of the keypad is shown.
         *
         * @since               2.0
         *