[NUI] Split large files (#1081)
authorXianbing Teng <xb.teng@samsung.com>
Thu, 17 Oct 2019 00:38:54 +0000 (08:38 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 17 Oct 2019 00:38:54 +0000 (09:38 +0900)
commitf986b55ea4398d0ce6467fd9e4cad8c0e73823fe
tree5f3d69da10b4fbb2e14d1377e4ff2fc8b546efcd
parent575ecd999523d4ea27f122dfeb67210bd20a5634
[NUI] Split large files (#1081)

1. View splited into View,ViewBindableProperty,ViewEnum,ViewEvent,ViewInternal,ViewPublicMethods;
2. TextEditor splited into TextEditor,TextEditorBindableProperty,TextEditorEvent;
3. TextField splited into TextField,TextFieldBindableProperty,TextFieldEvent;
4. ScrollView splited into ScrollView,ScrollViewBindableProperty,ScrollViewEvent;
5. Property splited into Property,KeyValue,PropertyArray,PropertyKey,PropertyMap,PropertyValue.
21 files changed:
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditorBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/TextEditorEvent.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextFieldBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/TextFieldEvent.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/ViewEnum.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/ViewEvent.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/KeyValue.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Property.cs
src/Tizen.NUI/src/public/PropertyArray.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/PropertyKey.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/PropertyMap.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/PropertyValue.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/ScrollView.cs
src/Tizen.NUI/src/public/UIComponents/ScrollViewBindableProperty.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/UIComponents/ScrollViewEvent.cs [new file with mode: 0755]