[NUI][TCSACR-130] Add new NUI APIs (#238)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 8 May 2018 05:58:55 +0000 (14:58 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 8 May 2018 05:58:55 +0000 (14:58 +0900)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/NUIConstants.cs
src/Tizen.NUI/src/public/VisualMaps.cs

index d17e87e..0227ca1 100755 (executable)
@@ -258,8 +258,6 @@ namespace Tizen.NUI.BaseComponents
         /// Force reloading of the image, all visuals using this image will get the latest one.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>        
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public void Reload()
         {
             this.DoAction(ImageView.Property.IMAGE, Property.ACTION_RELOAD, new PropertyValue(0));
@@ -269,8 +267,6 @@ namespace Tizen.NUI.BaseComponents
         /// Play the animated GIF. This is also Default playback mode.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public void Play()
         {
             this.DoAction(ImageView.Property.IMAGE, Property.ACTION_PLAY, new PropertyValue(0));
@@ -280,8 +276,6 @@ namespace Tizen.NUI.BaseComponents
         /// Pause the animated GIF.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public void Pause()
         {
             this.DoAction(ImageView.Property.IMAGE, Property.ACTION_PAUSE, new PropertyValue(0));
@@ -291,8 +285,6 @@ namespace Tizen.NUI.BaseComponents
         /// Stop the animated GIF.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public void Stop()
         {
             this.DoAction(ImageView.Property.IMAGE, Property.ACTION_STOP, new PropertyValue(0));
index 8b82065..8dbca3b 100755 (executable)
@@ -1426,8 +1426,6 @@ namespace Tizen.NUI.BaseComponents
         /// Enables Text selection using Shift key.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public bool EnableShiftSelection
         {
             get
index 1fa862d..01193ec 100755 (executable)
@@ -1458,8 +1458,6 @@ namespace Tizen.NUI.BaseComponents
         /// Enables Text selection using Shift key.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public bool EnableShiftSelection
         {
             get
index 67f9a31..66a1599 100755 (executable)
@@ -844,8 +844,6 @@ namespace Tizen.NUI.BaseComponents
         /// The text direction.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public TextDirection TextDirection
         {
             get
@@ -860,8 +858,6 @@ namespace Tizen.NUI.BaseComponents
         /// The text vertical line alignment.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public VerticalLineAlignment VerticalLineAlignment
         {
             get
index 88920dc..612c42b 100755 (executable)
@@ -1260,8 +1260,6 @@ namespace Tizen.NUI
         /// Default -1. if < 0, loop unlimited. else, loop loopCount times.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public static readonly int LoopCount = NDalic.IMAGE_VISUAL_LOOP_COUNT;
         /// <summary>
         /// The policy to determine when an image should no longer be cached
index 2acf366..a96a9c1 100755 (executable)
@@ -2418,8 +2418,6 @@ namespace Tizen.NUI
         /// Default -1. if < 0, loop unlimited. else, loop loopCount times.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
-        /// This will be released at Tizen.NET API Level 5, so currently this would be used as inhouse API.
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public float LoopCount
         {
             get