Interface TargetDivNavWidget.View<T extends TargetDivNavWidget>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void clearContent​(String targetDivId)  
      void infiniteRecursionError​(String targetDivId, String cause)  
      void showContent​(String targetDivId, com.google.gwt.user.client.ui.IsWidget content)  
      • Methods inherited from interface org.uberfire.client.mvp.HasPresenter

        init
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
      • Methods inherited from interface org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n

        navCarouselDragComponentI18n, navMenubarDragComponentI18n, navRefComponentI18n, navRefDefaultItemDefinedI18n, navRefDefaultItemFoundI18n, navRefGroupContextI18n, navRefGroupDefinedI18n, navRefPerspectiveDefaultI18n, navRefPerspectiveFoundI18n, navRefPerspectiveI18n, navRefPerspectiveInGroupI18n, navRefPerspectiveRecursionEndI18n, navTabListDragComponentI18n, navTilesDragComponentI18n, navTreeDragComponentI18n
    • Method Detail

      • clearContent

        void clearContent​(String targetDivId)
      • showContent

        void showContent​(String targetDivId,
                         com.google.gwt.user.client.ui.IsWidget content)
      • infiniteRecursionError

        void infiniteRecursionError​(String targetDivId,
                                    String cause)