Class NavTilesDragComponent
- java.lang.Object
-
- org.dashbuilder.client.navigation.layout.editor.AbstractNavDragComponent
-
- org.dashbuilder.client.navigation.layout.editor.NavTilesDragComponent
-
- All Implemented Interfaces:
NavDragComponent,org.uberfire.ext.layout.editor.client.api.HasConfiguration,org.uberfire.ext.layout.editor.client.api.HasModalConfiguration,org.uberfire.ext.layout.editor.client.api.LayoutDragComponent,org.uberfire.ext.plugin.client.perspective.editor.api.PerspectiveEditorNavComponent
@Dependent public class NavTilesDragComponent extends AbstractNavDragComponent
A layout editor's navigation component that shows a navigation group structure using two tile types: folders (for nav group items) and links to perspective items.- See Also:
NavTilesWidget
-
-
Constructor Summary
Constructors Constructor Description NavTilesDragComponent(NavigationManager navigationManager, PerspectivePluginManager pluginManager, NavComponentConfigModal navComponentConfigModal, NavTilesWidget navWidget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDragComponentNavGroupHelp()StringgetDragComponentTitle()-
Methods inherited from class org.dashbuilder.client.navigation.layout.editor.AbstractNavDragComponent
checkLayoutTemplate, dispose, getConfigurationModal, getNavWidget, getPreviewWidget, getShowWidget, navConfigCancel, navConfigOk, onNavTreeChanged, showNavWidget
-
-
-
-
Constructor Detail
-
NavTilesDragComponent
@Inject public NavTilesDragComponent(NavigationManager navigationManager, PerspectivePluginManager pluginManager, NavComponentConfigModal navComponentConfigModal, NavTilesWidget navWidget)
-
-