Add new popup: Ask YesNo with checkbox
authorPrzemyslaw Ciezkowski <p.ciezkowski@samsung.com>
Wed, 12 Dec 2012 09:53:19 +0000 (10:53 +0100)
committerPrzemyslaw Ciezkowski <p.ciezkowski@samsung.com>
Fri, 14 Dec 2012 07:59:23 +0000 (08:59 +0100)
commiteca9b1fe887adfe736d4d78654e8c9d1ce37d8c8
treefcddfe551b6bf699187a6cc2373555661526a7ad
parentb3c95dbe7ac1455db9f8d86d089b4b914e026361
Add new popup: Ask YesNo with checkbox

[Issue#] N/A
[Bug] N/A
[Cause] Add new popup with checkbox to get user
option to remember his decision.
[Solution] Added new popup.
[Verification] Run test widget with custom handlers.

Change-Id: I7cc6828714fa0a2eb56f57f632f9f5fc20375eeb
src/wrt-popup/wrt/PopupEnum.h
src/wrt-popup/wrt/popup-bin/CMakeLists.txt
src/wrt-popup/wrt/popup-bin/YesNoCheckPopup.cpp [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/YesNoCheckPopup.h [new file with mode: 0644]
src/wrt-popup/wrt/popup-bin/YesNoPopup.cpp
src/wrt-popup/wrt/popup-bin/YesNoPopup.h
src/wrt-popup/wrt/popup-bin/wrt-popup.cpp
src/wrt-popup/wrt/popup-runner/PopupInvoker.cpp
src/wrt-popup/wrt/popup-runner/PopupInvoker.h