[NUI] Add bindable properties to Components.
authorFang Xiaohui <xiaohui.fang@samsung.com>
Wed, 13 Oct 2021 06:53:46 +0000 (14:53 +0800)
committerhuiyu <35286162+huiyueun@users.noreply.github.com>
Mon, 29 Nov 2021 08:55:55 +0000 (17:55 +0900)
commitd9ba98cb47f0120ddb1aad55315ac310ea4d61cb
tree18e0811c6f63f29d8e7619edc7cf96e694f24bff
parent23c8694c97110fe5074000513221c329b7a29876
[NUI] Add bindable properties to Components.
49 files changed:
src/Tizen.NUI.Components/Controls/AlertDialog.cs
src/Tizen.NUI.Components/Controls/AlertDialogBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Button.cs
src/Tizen.NUI.Components/Controls/ButtonBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Control.cs
src/Tizen.NUI.Components/Controls/DatePicker.cs
src/Tizen.NUI.Components/Controls/Dialog.cs [changed mode: 0644->0755]
src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleView.cs
src/Tizen.NUI.Components/Controls/ImageScrollBar.cs
src/Tizen.NUI.Components/Controls/Loading.cs
src/Tizen.NUI.Components/Controls/Menu.cs
src/Tizen.NUI.Components/Controls/MenuBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Navigation/AppBar.cs
src/Tizen.NUI.Components/Controls/Navigation/AppBarBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Navigation/ContentPage.cs
src/Tizen.NUI.Components/Controls/Navigation/ContentPageBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Navigation/DialogPage.cs
src/Tizen.NUI.Components/Controls/Navigation/DialogPageBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Navigation/Navigator.cs
src/Tizen.NUI.Components/Controls/Navigation/Page.cs
src/Tizen.NUI.Components/Controls/Pagination.cs
src/Tizen.NUI.Components/Controls/PaginationBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Picker.cs
src/Tizen.NUI.Components/Controls/PickerBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Popup.cs
src/Tizen.NUI.Components/Controls/PopupBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Progress.cs
src/Tizen.NUI.Components/Controls/ProgressBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/RecyclerView/CollectionView.cs
src/Tizen.NUI.Components/Controls/RecyclerView/CollectionViewBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultGridItem.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultGridItemBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultLinearItem.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultLinearItemBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultTitleItem.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultTitleItemBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/RecyclerView/RecyclerView.cs
src/Tizen.NUI.Components/Controls/ScrollBarBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
src/Tizen.NUI.Components/Controls/ScrollableBaseBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Slider.cs
src/Tizen.NUI.Components/Controls/SliderBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Switch.cs [changed mode: 0644->0755]
src/Tizen.NUI.Components/Controls/SwitchBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/Tab.cs
src/Tizen.NUI.Components/Controls/TabBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/TimePicker.cs
src/Tizen.NUI.Components/Controls/Toast.cs
src/Tizen.NUI.Components/Controls/ToastBindableProperty.cs [new file with mode: 0755]