[NUI]Refactor Components (#1152)
authorAdunFang <30402408+AdunFang@users.noreply.github.com>
Fri, 29 Nov 2019 08:06:52 +0000 (16:06 +0800)
committerJiyun Yang <ji.yang@samsung.com>
Fri, 29 Nov 2019 08:06:52 +0000 (17:06 +0900)
commit85dac9424634288794319f93c6ddbf70676dbca5
tree39a04f3220bb85b5648cf61f067e1ba2cb0240a8
parent553e4e32554a37365d1a7b68a3e8d7c703bb114d
[NUI]Refactor Components (#1152)
61 files changed:
src/Tizen.NUI.Components/Attributes/Attributes.cs [deleted file]
src/Tizen.NUI.Components/Attributes/ButtonAttributes.cs
src/Tizen.NUI.Components/Attributes/ControlStyle.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Attributes/DropDownAttributes.cs
src/Tizen.NUI.Components/Attributes/ImageControlStyle.cs [moved from src/Tizen.NUI.Components/Attributes/ImageAttributes.cs with 52% similarity]
src/Tizen.NUI.Components/Attributes/InputFieldAttributes.cs
src/Tizen.NUI.Components/Attributes/LoadingAttributes.cs
src/Tizen.NUI.Components/Attributes/PaginationAttributes.cs
src/Tizen.NUI.Components/Attributes/PopupAttributes.cs
src/Tizen.NUI.Components/Attributes/ProgressAttributes.cs
src/Tizen.NUI.Components/Attributes/ScrollbarAttributes.cs
src/Tizen.NUI.Components/Attributes/SelectButtonAttributes.cs
src/Tizen.NUI.Components/Attributes/SliderAttributes.cs
src/Tizen.NUI.Components/Attributes/SwitchAttributes.cs
src/Tizen.NUI.Components/Attributes/TabAttributes.cs
src/Tizen.NUI.Components/Attributes/TextAttributes.cs [deleted file]
src/Tizen.NUI.Components/Attributes/TextFieldAttributes.cs [deleted file]
src/Tizen.NUI.Components/Attributes/ToastAttributes.cs
src/Tizen.NUI.Components/Attributes/ViewAttributes.cs [deleted file]
src/Tizen.NUI.Components/Controls/Button.cs
src/Tizen.NUI.Components/Controls/CheckBox.cs
src/Tizen.NUI.Components/Controls/Control.cs
src/Tizen.NUI.Components/Controls/DropDown.cs
src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleView.cs
src/Tizen.NUI.Components/Controls/ImageControl.cs [new file with mode: 0755]
src/Tizen.NUI.Components/Controls/InputField.cs
src/Tizen.NUI.Components/Controls/Loading.cs
src/Tizen.NUI.Components/Controls/Pagination.cs
src/Tizen.NUI.Components/Controls/Popup.cs
src/Tizen.NUI.Components/Controls/Progress.cs
src/Tizen.NUI.Components/Controls/RadioButton.cs
src/Tizen.NUI.Components/Controls/Scrollbar.cs
src/Tizen.NUI.Components/Controls/SelectButton.cs
src/Tizen.NUI.Components/Controls/Slider.cs
src/Tizen.NUI.Components/Controls/Switch.cs
src/Tizen.NUI.Components/Controls/Tab.cs
src/Tizen.NUI.Components/Controls/Toast.cs
src/Tizen.NUI.Components/Utils/Selector.cs
src/Tizen.NUI.Components/Utils/StyleBase.cs
src/Tizen.NUI.Components/Utils/StyleManager.cs
src/Tizen.NUI/src/internal/ViewWrapperImpl.cs
src/Tizen.NUI/src/public/BaseComponents/CustomView.cs
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/Style/BundledPipe.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/Style/Constants.cs [moved from src/Tizen.NUI.Components/Utils/Constants.cs with 100% similarity]
src/Tizen.NUI/src/public/BaseComponents/Style/ImageViewAttributes.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/Style/Selector.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/Style/TextFieldAttributes.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/Style/TextLabelAttributes.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/Style/ViewAttributes.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/TableView.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextFieldBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
src/Tizen.NUI/src/public/BaseComponents/VisualView.cs
src/Tizen.NUI/src/public/ViewWrapper.cs
src/Tizen.NUI/src/public/XamlBinding/BindableObject.cs
src/Tizen.NUI/src/public/XamlBinding/BindableProperty.cs