Uses of Class
org.dashbuilder.displayer.client.widgets.RendererSelector.SelectorType
-
Packages that use RendererSelector.SelectorType Package Description org.dashbuilder.displayer.client.widgets -
-
Uses of RendererSelector.SelectorType in org.dashbuilder.displayer.client.widgets
Methods in org.dashbuilder.displayer.client.widgets that return RendererSelector.SelectorType Modifier and Type Method Description static RendererSelector.SelectorTypeRendererSelector.SelectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static RendererSelector.SelectorType[]RendererSelector.SelectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.displayer.client.widgets with parameters of type RendererSelector.SelectorType Modifier and Type Method Description voidRendererSelector. init(org.dashbuilder.displayer.DisplayerSettings displayerSettings, RendererSelector.SelectorType selectorType, int width, org.uberfire.mvp.Command onSelectCommand)
-