[Tizen] Add AutofillContainer class and autofill implementation
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / control / control-data-impl.h
index 561460f..9648cd6 100755 (executable)
@@ -340,6 +340,17 @@ public:
   DevelControl::VisualEventSignalType& VisualEventSignal();
 
   /**
+   * @brief Sets the shadow with a property map.
+   * @param[in] map The shadow property map
+   */
+  void SetShadow(const Property::Map& map);
+
+  /**
+   * @brief Clear the shadow.
+   */
+  void ClearShadow();
+  
+  /**
    * @brief Sets whether the Autofill functionality is enabled.
    * @param[in] autofillEnabled Set true when Autofill should be enabled.
    */
@@ -473,6 +484,7 @@ public:
   static const PropertyRegistration PROPERTY_12;
   static const PropertyRegistration PROPERTY_13;
   static const PropertyRegistration PROPERTY_14;
+  static const PropertyRegistration PROPERTY_15;
 };