Uses of Class
org.dashbuilder.client.navigation.widget.NavItemTileWidget.View.ItemType
-
Packages that use NavItemTileWidget.View.ItemType Package Description org.dashbuilder.client.navigation.widget -
-
Uses of NavItemTileWidget.View.ItemType in org.dashbuilder.client.navigation.widget
Methods in org.dashbuilder.client.navigation.widget that return NavItemTileWidget.View.ItemType Modifier and Type Method Description static NavItemTileWidget.View.ItemTypeNavItemTileWidget.View.ItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static NavItemTileWidget.View.ItemType[]NavItemTileWidget.View.ItemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.client.navigation.widget with parameters of type NavItemTileWidget.View.ItemType Modifier and Type Method Description voidNavItemTileWidget.View. show(String name, String descr, NavItemTileWidget.View.ItemType type)voidNavItemTileWidgetView. show(String name, String descr, NavItemTileWidget.View.ItemType type)
-