Uses of Class
org.dashbuilder.common.client.widgets.AlertBox.Level
-
Packages that use AlertBox.Level Package Description org.dashbuilder.common.client.widgets -
-
Uses of AlertBox.Level in org.dashbuilder.common.client.widgets
Methods in org.dashbuilder.common.client.widgets that return AlertBox.Level Modifier and Type Method Description static AlertBox.LevelAlertBox.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertBox.Level[]AlertBox.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.common.client.widgets with parameters of type AlertBox.Level Modifier and Type Method Description voidAlertBox. setLevel(AlertBox.Level level)voidAlertBox.View. setLevel(AlertBox.Level level)voidAlertBoxView. setLevel(AlertBox.Level level)
-