X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFWebCtrlIWebKeypadEventListener.h;h=e7feba6cc109462671e609eff687e19408395c99;hb=42a27b62eb0eab690d8a7c3bd10bb18bb5cfde06;hp=02f9ad61c3af6db80ef63e06114d02f6061922ed;hpb=86daf9e9f4a4ec7fffd9b80556243f16ff1239ee;p=framework%2Fosp%2Fweb.git diff --git a/inc/FWebCtrlIWebKeypadEventListener.h b/inc/FWebCtrlIWebKeypadEventListener.h old mode 100755 new mode 100644 index 02f9ad6..e7feba6 --- a/inc/FWebCtrlIWebKeypadEventListener.h +++ b/inc/FWebCtrlIWebKeypadEventListener.h @@ -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 *