public abstract class AbstractNavDragComponent extends Object implements NavDragComponent
converter, FORMAT
Constructor and Description |
---|
AbstractNavDragComponent() |
AbstractNavDragComponent(NavigationManager navigationManager,
PerspectivePluginManager pluginManager,
NavComponentConfigModal navComponentConfigModal,
NavWidget navWidget) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkLayoutTemplate() |
void |
dispose() |
org.gwtbootstrap3.client.ui.Modal |
getConfigurationModal(ModalConfigurationContext ctx) |
NavWidget |
getNavWidget() |
com.google.gwt.user.client.ui.IsWidget |
getPreviewWidget(RenderingContext ctx) |
com.google.gwt.user.client.ui.IsWidget |
getShowWidget(RenderingContext ctx) |
protected void |
navConfigCancel(ModalConfigurationContext ctx) |
protected void |
navConfigOk(ModalConfigurationContext ctx,
boolean supportsDefaultNavItem,
boolean supportsTargetDiv) |
void |
onNavTreeChanged(NavTreeChangedEvent event) |
protected void |
showNavWidget() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDragComponentNavGroupHelp
getContentPart, getDragComponentIconClass, getDragComponentTitle, getPropertyCategories, removeCurrentWidget
public AbstractNavDragComponent()
public AbstractNavDragComponent(NavigationManager navigationManager, PerspectivePluginManager pluginManager, NavComponentConfigModal navComponentConfigModal, NavWidget navWidget)
public NavWidget getNavWidget()
getNavWidget
in interface NavDragComponent
public com.google.gwt.user.client.ui.IsWidget getPreviewWidget(RenderingContext ctx)
getPreviewWidget
in interface LayoutDragComponent
public com.google.gwt.user.client.ui.IsWidget getShowWidget(RenderingContext ctx)
getShowWidget
in interface LayoutDragComponent
public org.gwtbootstrap3.client.ui.Modal getConfigurationModal(ModalConfigurationContext ctx)
getConfigurationModal
in interface HasModalConfiguration
public void dispose()
dispose
in interface NavDragComponent
protected void showNavWidget()
protected void navConfigOk(ModalConfigurationContext ctx, boolean supportsDefaultNavItem, boolean supportsTargetDiv)
protected void navConfigCancel(ModalConfigurationContext ctx)
protected void checkLayoutTemplate()
public void onNavTreeChanged(@Observes NavTreeChangedEvent event)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.