Interface NavDropDownWidget.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<NavDropDownWidget>,com.google.gwt.user.client.ui.IsWidget,NavWidgetView<NavDropDownWidget>,org.uberfire.client.mvp.UberView<NavDropDownWidget>
- All Known Implementing Classes:
NavDropDownWidgetView
- Enclosing class:
- NavDropDownWidget
public static interface NavDropDownWidget.View extends NavWidgetView<NavDropDownWidget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetActive(boolean active)voidsetDropDownName(String name)voidshowAsSubmenu(boolean enabled)-
Methods inherited from interface org.dashbuilder.client.navigation.widget.NavWidgetView
addDivider, addGroupItem, addItem, clearItems, clearSelectedItem, errorNavGroupNotFound, errorNavItemsEmpty, setSelectedItem
-
-
-
-
Method Detail
-
setDropDownName
void setDropDownName(String name)
-
showAsSubmenu
void showAsSubmenu(boolean enabled)
-
setActive
void setActive(boolean active)
-
-