Class Tree.ActionPlacements
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.common.tree.Tree.ActionPlacements
-
-
Field Summary
Fields Modifier and Type Field Description static String
GLOBAL
Global actions will appear in a dropdown in the tree view navigator's title bar near the "add" and "search" actions.static String
SECONDARY
Secondary actions will appear in the dropdowns of tree view navigator items and the editor breadcrumbs.
-
-
-
Field Detail
-
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:
- Constant Field Values
-
SECONDARY
public static final String SECONDARY
Secondary actions will appear in the dropdowns of tree view navigator items and the editor breadcrumbs.- See Also:
- Constant Field Values
-
-