public interface NavWidgetView<T> extends UberView<T>
Modifier and Type | Method and Description |
---|---|
void |
addDivider() |
void |
addGroupItem(String id,
String name,
String description,
com.google.gwt.user.client.ui.IsWidget widget) |
void |
addItem(String id,
String name,
String description,
Command onItemSelected) |
void |
clearItems() |
void |
clearSelectedItem() |
void |
errorNavGroupNotFound() |
void |
errorNavItemsEmpty() |
void |
setSelectedItem(String id) |
init
void clearItems()
void addGroupItem(String id, String name, String description, com.google.gwt.user.client.ui.IsWidget widget)
void addDivider()
void setSelectedItem(String id)
void clearSelectedItem()
void errorNavGroupNotFound()
void errorNavItemsEmpty()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.