Uses of Interface
org.kie.workbench.common.stunner.core.client.components.palette.PaletteDefinitionBuilder
-
Packages that use PaletteDefinitionBuilder Package Description org.kie.workbench.common.stunner.core.client.components.palette -
-
Uses of PaletteDefinitionBuilder in org.kie.workbench.common.stunner.core.client.components.palette
Classes in org.kie.workbench.common.stunner.core.client.components.palette that implement PaletteDefinitionBuilder Modifier and Type Class Description classAbstractPaletteDefinitionBuilder<T extends AbstractPaletteDefinitionBuilder>classCollapsedPaletteDefinitionBuilderBuilds a new single level palette model.classExpandedPaletteDefinitionBuilderBuilds a new palette model which has a well defined tree structure, composed as: - Category (xN) -- Group (xN) --- Item (xN) The resulting palette model instance is auto-generate by extrapolating structural information from the default Stunner's domain, this way: - Categories bind to the Definition Set's categories specified for each Definition - Groups bind to each of the base types for beans which allow morphing - Items bind to each of the Definitions present
-