Interface HasDragAndDropSettings
-
public interface HasDragAndDropSettingsInterface to allow Drag & Drop Elements to have Default Setting that are going to be shared on the Drag & Drop events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getMapSettings()String[]getSettingsKeys()StringgetSettingValue(String key)voidsetSettingValue(String key, String value)
-