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, waitgetDragComponentNavGroupHelpgetContentPart, getDragComponentIconClass, getDragComponentTitle, getPropertyCategories, removeCurrentWidgetpublic AbstractNavDragComponent()
public AbstractNavDragComponent(NavigationManager navigationManager, PerspectivePluginManager pluginManager, NavComponentConfigModal navComponentConfigModal, NavWidget navWidget)
public NavWidget getNavWidget()
getNavWidget in interface NavDragComponentpublic com.google.gwt.user.client.ui.IsWidget getPreviewWidget(RenderingContext ctx)
getPreviewWidget in interface LayoutDragComponentpublic com.google.gwt.user.client.ui.IsWidget getShowWidget(RenderingContext ctx)
getShowWidget in interface LayoutDragComponentpublic org.gwtbootstrap3.client.ui.Modal getConfigurationModal(ModalConfigurationContext ctx)
getConfigurationModal in interface HasModalConfigurationpublic void dispose()
dispose in interface NavDragComponentprotected 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–2021 JBoss by Red Hat. All rights reserved.