Interface NavCarouselWidget.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<NavCarouselWidget>,com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n,NavWidgetView<NavCarouselWidget>,org.uberfire.client.mvp.UberView<NavCarouselWidget>
- All Known Implementing Classes:
NavCarouselWidgetView
- Enclosing class:
- NavCarouselWidget
public static interface NavCarouselWidget.View extends NavWidgetView<NavCarouselWidget>, org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddContentSlide(com.google.gwt.user.client.ui.IsWidget widget)voidinfiniteRecursionError(String cause)-
Methods inherited from interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n
navCarouselDragComponentI18n, navMenubarDragComponentI18n, navRefComponentI18n, navRefDefaultItemDefinedI18n, navRefDefaultItemFoundI18n, navRefGroupContextI18n, navRefGroupDefinedI18n, navRefPerspectiveDefaultI18n, navRefPerspectiveFoundI18n, navRefPerspectiveI18n, navRefPerspectiveInGroupI18n, navRefPerspectiveRecursionEndI18n, navTabListDragComponentI18n, navTilesDragComponentI18n, navTreeDragComponentI18n
-
Methods inherited from interface org.dashbuilder.client.navigation.widget.NavWidgetView
addDivider, addGroupItem, addItem, clearItems, clearSelectedItem, errorNavGroupNotFound, errorNavItemsEmpty, setSelectedItem
-
-
-
-
Method Detail
-
addContentSlide
void addContentSlide(com.google.gwt.user.client.ui.IsWidget widget)
-
infiniteRecursionError
void infiniteRecursionError(String cause)
-
-