Interface NavTreeWidget.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<NavTreeWidget>,com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.navigation.layout.LayoutRecursionIssueI18n,NavWidgetView<NavTreeWidget>,TargetDivNavWidget.View<NavTreeWidget>,org.uberfire.client.mvp.UberView<NavTreeWidget>
- All Known Implementing Classes:
NavTreeWidgetView
- Enclosing class:
- NavTreeWidget
public static interface NavTreeWidget.View extends TargetDivNavWidget.View<NavTreeWidget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPerspective(String id, String name, String description, org.uberfire.mvp.Command onClicked)voidaddRuntimePerspective(String id, String name, String description, org.uberfire.mvp.Command onClicked)voidsetLevel(int level)-
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
-
Methods inherited from interface org.dashbuilder.client.navigation.widget.TargetDivNavWidget.View
clearContent, infiniteRecursionError, showContent
-
-