Interface | Description |
---|---|
DropConstraint |
Defines acceptance criteria for move operations.
|
Class | Description |
---|---|
AlwaysTrueDropConstraint |
Basic implementation of
DropConstraint . |
BaseDropConstraint | Deprecated
since 5.5.4, use
JcrDropConstraint instead. |
JcrContentDropConstraint |
Common JCR DropConstraint implementation which takes a simple primary node-type and disallows nesting for it.
|
JcrDropConstraint |
Default drop constraint for content apps.
|
NodesAndPropsDropConstraint |
Allows only nodes to be moved and prevents nodes from becoming children of properties.
|
OnlyNodesDropConstraint |
Allows only nodes to be moved and prevents nodes from becoming children of properties.
|
TreeViewDropHandler |
Vaadin
DropHandler for moving JCR nodes and properties in trees, with Drag and Drop. |
Copyright © 2018 Magnolia International Ltd.. All rights reserved.