Package com.day.cq.wcm.api.components
Interface DropTarget
-
-
Field Summary
Fields Modifier and Type Field Description static StringCSS_CLASS_PREFIXprefix for the CSS Class
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getAccept()Returns the mime-type accept patternsString[]getGroups()Returns the DD groups for this targetStringgetId()Returns the id for the drop target element.StringgetName()Returns the name of this drop targetMap<String,String>getParameters()Returns a map of additional parameters to be set on the target nodeStringgetPropertyName()Returns the property name to use for this drop target.
-
-
-
Field Detail
-
CSS_CLASS_PREFIX
static final String CSS_CLASS_PREFIX
prefix for the CSS Class- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
Returns the name of this drop target- Returns:
- drop target name
-
getId
String getId()
Returns the id for the drop target element. this is currently the same as the name, prefixed with theCSS_CLASS_PREFIX- Returns:
- drop target id
-
getGroups
String[] getGroups()
Returns the DD groups for this target- Returns:
- the DD groups.
-
getAccept
String[] getAccept()
Returns the mime-type accept patterns- Returns:
- the accept patterns
-
getPropertyName
String getPropertyName()
Returns the property name to use for this drop target.- Returns:
- the property name.
-
-