Uses of Class
org.hippoecm.frontend.plugins.yui.dragdrop.DragSettings
-
Packages that use DragSettings Package Description org.hippoecm.frontend.plugins.yui.dragdrop -
-
Uses of DragSettings in org.hippoecm.frontend.plugins.yui.dragdrop
Fields in org.hippoecm.frontend.plugins.yui.dragdrop declared as DragSettings Modifier and Type Field Description protected DragSettings
DragBehavior. dragSettings
Methods in org.hippoecm.frontend.plugins.yui.dragdrop that return DragSettings Modifier and Type Method Description DragSettings
DragSettings. setCenterFrame(boolean center)
DragSettings
DragSettings. setFirstAncestorToBlur(String string)
DragSettings
DragSettings. setLabel(String label)
DragSettings
DragSettings. setResizeFrame(boolean resize)
DragSettings
DragSettings. setWrappedModelClass(String string)
Constructors in org.hippoecm.frontend.plugins.yui.dragdrop with parameters of type DragSettings Constructor Description DragBehavior(DragSettings settings)
ImageNodeDragBehavior(DragSettings settings, JcrNodeModel nodeModel)
NodeDragBehavior(DragSettings settings, JcrNodeModel nodeModel)
-