Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlIWebKeypadEventListener.h
old mode 100755 (executable)
new mode 100644 (file)
index 85c3e27..e7feba6
@@ -48,32 +48,30 @@ 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
         */
        virtual ~IWebKeypadEventListener(void) {}
 
        /**
-        * Called when the keypad is about to be shown on the screen. @n
-        * 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.
+        * Called when the keypad is about to be shown on the screen.
         *
         * @since               2.0
         *
         * @param[in]   source                  The source of the event
-        * @see Tizen::Ui::Controls::Form::GetClientAreaBounds()
         */
        virtual void OnWebKeypadWillOpen(Tizen::Web::Controls::Web& source) = 0;
 
        /**
-        * Called when the keypad is shown on the screen. @n
-        * 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.
+        * Called when the keypad is shown on the screen.
         *
         * @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 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
         *