java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.common.tree.Tree.ActionPlacements
- Enclosing interface:
- Tree<T extends Tree<T>>
public static final class Tree.ActionPlacements
extends Object
-
Field Summary
Fields
Global actions will appear in a dropdown in the tree view navigator's title bar near the
"add" and "search" actions.
Secondary actions will appear in the dropdowns of tree view navigator items and the
editor breadcrumbs.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
GLOBAL
public static final String GLOBAL
Global actions will appear in a dropdown in the tree view navigator's title bar near the
"add" and "search" actions.
- See Also:
-
-
SECONDARY
public static final String SECONDARY
Secondary actions will appear in the dropdowns of tree view navigator items and the
editor breadcrumbs.
- See Also:
-